Home | History | Annotate | Download | only in sh

Lines Matching defs:yyrestart

129 #define YY_NEW_FILE yyrestart(yyin  )
236 * (via yyrestart()), so that the user can continue scanning by
279 void yyrestart (FILE *input_file );
1155 yyrestart(yyin );
1313 yyrestart(yyin );
1351 void yyrestart (FILE * input_file )
1462 * such as during a yyrestart() or at EOF.
1475 * called from yyrestart() or through yy_get_next_buffer.