Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c6272 #define RE_START 0xfffffff /* Start of input - larger than an UTF-8 */ macro
6428 int c = RE_START; in re_match()
6447 c = RE_START-1; in re_match()
6477 if( cPrev==RE_START ) re_add_state(pThis, x+1); in re_match()