Home | History | Annotate | Download | only in src

Lines Matching full:code_restart

25 #define yyrestart code_restart
200 #define YY_NEW_FILE code_restart(code_in )
317 * (via code_restart()), so that the user can continue scanning by
377 void code_restart (FILE *input_file );
1654 code_restart(code_in );
1804 code_restart(code_in );
1847 void code_restart (FILE * input_file )
1973 * such as during a code_restart() or at EOF.
1990 * called from code_restart() or through yy_get_next_buffer.