Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c6638 static unsigned re_esc_char(ReCompiled *p){ in re_esc_char() function
6806 if( c=='\\' ) c = re_esc_char(p); in re_subcompile_string()
6811 if( c=='\\' ) c = re_esc_char(p); in re_subcompile_string()
6837 c = re_esc_char(p); in re_subcompile_string()