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

Lines Matching full:yywrap

224 /* Flag which is used to allow yywrap()'s to do buffer switches
1340 extern "C" int yywrap YY_PROTO(( void ));
1342 extern int yywrap YY_PROTO(( void ));
2826 if ( yywrap() )
3176 if ( yywrap() )
3242 * EOF (yywrap()) processing, but the only time this flag
3243 * is looked at is after yywrap() is called, so it's safe
3640 int yywrap()