Home
last modified time | relevance | path

Searched refs:re_word_char (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c3952 static int re_word_char(int c){ in re_word_char() function
4033 if( re_word_char(c) ) re_add_state(pNext, x+1); in re_match()
4037 if( !re_word_char(c) && c!=0 ) re_add_state(pNext, x+1); in re_match()
4057 if( re_word_char(c)!=re_word_char(cPrev) ) re_add_state(pThis, x+1); in re_match()

Completed in 45 milliseconds