Home | History | Annotate | Download | only in translator

Lines Matching defs:yywrap

369 #define yywrap(yyscanner) 1
1129 extern "C" int yywrap (yyscan_t yyscanner );
1131 extern int yywrap (yyscan_t yyscanner );
2117 if ( yywrap(yyscanner ) )
2420 if ( yywrap(yyscanner ) )
2502 * EOF (yywrap()) processing, but the only time this flag
2503 * is looked at is after yywrap() is called, so it's safe