Home | History | Annotate | Download | only in dist

Lines Matching defs:yyrestart

27 #define yyrestart c_restart
120 #ifdef yyrestart
123 #define yyrestart c_restart
387 #define YY_NEW_FILE yyrestart( yyin )
500 * (via yyrestart()), so that the user can continue scanning by
542 void yyrestart ( FILE *input_file );
3873 yyrestart( yyin );
4009 yyrestart( yyin );
4047 void yyrestart (FILE * input_file )
4154 * such as during a yyrestart() or at EOF.
4167 * called from yyrestart() or through yy_get_next_buffer.