Searched refs:ReInput (Results 1 – 1 of 1) sorted by relevance
7189 typedef struct ReInput ReInput; typedef7190 struct ReInput { struct7201 ReInput sIn; /* Regular expression text */ argument7205 unsigned (*xNextChar)(ReInput*); /* Next character function */7224 static unsigned re_next_char(ReInput *p){ in re_next_char()7249 static unsigned re_next_char_nocase(ReInput *p){ in re_next_char_nocase()7283 ReInput in; in re_match()