Searched refs:ReInput (Results 1 – 1 of 1) sorted by relevance
140 typedef struct ReInput ReInput; typedef141 struct ReInput { struct152 ReInput sIn; /* Regular expression text */ argument156 unsigned (*xNextChar)(ReInput*); /* Next character function */175 static unsigned re_next_char(ReInput *p){ in re_next_char()200 static unsigned re_next_char_nocase(ReInput *p){ in re_next_char_nocase()234 ReInput in; in re_match()