Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c6480 static int re_digit_char(int c){ in re_digit_char() function
6563 if( re_digit_char(c) ) re_add_state(pNext, x+1); in re_match()
6567 if( !re_digit_char(c) && c!=0 ) re_add_state(pNext, x+1); in re_match()