Home | History | Annotate | Download | only in flex-2.5.4a

Lines Matching refs:yywrap

237 /* Flag which is used to allow yywrap()'s to do buffer switches
307 extern "C" int yywrap YY_PROTO(( void ));
309 extern int yywrap YY_PROTO(( void ));
593 if ( yywrap() )
1021 if ( yywrap() )
1095 * EOF (yywrap()) processing, but the only time this flag
1096 * is looked at is after yywrap() is called, so it's safe