Mercurial > hg > Applications > Grep
view regexParser/threadedSearch.h @ 272:5aa9d01926f1
Cerium version no compile errors
author | kono |
---|---|
date | Fri, 29 Jan 2016 20:38:18 +0900 |
parents | 157f6886ba55 |
children | b74e3b4b11d7 |
line wrap: on
line source
extern void threadedSearch(TransitionGeneratorPtr tg, Buffer buff); extern TStatePtr generateTState(StatePtr s, TransitionGeneratorPtr tg); void tSearch(TSValue tsv);