Home | History | Annotate | Download | only in tools

Lines Matching defs:yywrap

273 /* Flag which is used to allow yywrap()'s to do buffer switches
533 extern "C" int yywrap (void );
535 extern int yywrap (void );
904 if ( yywrap( ) )
1194 if ( yywrap( ) )
1267 * EOF (yywrap()) processing, but the only time this flag
1268 * is looked at is after yywrap() is called, so it's safe
1759 int yywrap(void)