Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c8875 typedef struct ReInput ReInput; typedef
8876 struct ReInput { struct
8887 ReInput sIn; /* Regular expression text */ argument
8891 unsigned (*xNextChar)(ReInput*); /* Next character function */
8911 static unsigned re_next_char(ReInput *p){ in re_next_char()
8936 static unsigned re_next_char_nocase(ReInput *p){ in re_next_char_nocase()
8970 ReInput in; in re_match()