Searched refs:ReInput (Results 1 – 1 of 1) sorted by relevance
6337 typedef struct ReInput ReInput; typedef6338 struct ReInput { struct6349 ReInput sIn; /* Regular expression text */ argument6353 unsigned (*xNextChar)(ReInput*); /* Next character function */6372 static unsigned re_next_char(ReInput *p){ in re_next_char()6397 static unsigned re_next_char_nocase(ReInput *p){ in re_next_char_nocase()6431 ReInput in; in re_match()