Home | History | Annotate | Download | only in tools

Lines Matching refs:yyrestart

128 #define YY_NEW_FILE yyrestart(yyin  )
235 * (via yyrestart()), so that the user can continue scanning by
278 void yyrestart (FILE *input_file );
1067 yyrestart(yyin );
1188 yyrestart(yyin );
1226 void yyrestart (FILE * input_file )
1337 * such as during a yyrestart() or at EOF.
1350 * called from yyrestart() or through yy_get_next_buffer.