Home
last modified time | relevance | path

Searched refs:cPrev (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c6429 int cPrev = 0; in re_match() local
6463 cPrev = c; in re_match()
6477 if( cPrev==RE_START ) re_add_state(pThis, x+1); in re_match()
6509 if( re_word_char(c)!=re_word_char(cPrev) ) re_add_state(pThis, x+1); in re_match()