Searched refs:ReInput (Results 1 – 1 of 1) sorted by relevance
8906 typedef struct ReInput ReInput; typedef8907 struct ReInput { struct8918 ReInput sIn; /* Regular expression text */ argument8922 unsigned (*xNextChar)(ReInput*); /* Next character function */8942 static unsigned re_next_char(ReInput *p){ in re_next_char()8967 static unsigned re_next_char_nocase(ReInput *p){ in re_next_char_nocase()9001 ReInput in; in re_match()