Home | History | Annotate | Download | only in compiler

Lines Matching defs:yywrap

350 #define yywrap(n) 1
872 extern "C" int yywrap (yyscan_t yyscanner );
874 extern int yywrap (yyscan_t yyscanner );
1771 if ( yywrap(yyscanner ) )
2073 if ( yywrap(yyscanner ) )
2155 * EOF (yywrap()) processing, but the only time this flag
2156 * is looked at is after yywrap() is called, so it's safe