Searched refs:yyrestart (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Darith_lex.c129 #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 ) function
1462 * such as during a yyrestart() or at EOF.
1475 * called from yyrestart() or through yy_get_next_buffer.
H A Dinit.c174 #define YY_NEW_FILE yyrestart(yyin )
466 #define YY_NEW_FILE yyrestart(yyin )
758 #define YY_NEW_FILE yyrestart(yyin )

Completed in 45 milliseconds