Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sqlite3/
H A Dshell.c6076 typedef struct ReInput ReInput; typedef
6077 struct ReInput { struct
6088 ReInput sIn; /* Regular expression text */ argument
6092 unsigned (*xNextChar)(ReInput*); /* Next character function */
6111 static unsigned re_next_char(ReInput *p){ in re_next_char()
6136 static unsigned re_next_char_nocase(ReInput *p){ in re_next_char_nocase()
6170 ReInput in; in re_match()