Lines Matching refs:yywrap
278 /* Flag which is used to allow yywrap()'s to do buffer switches
327 #define yywrap() (/*CONSTCOND*/1)
573 extern "C" int yywrap ( void );
575 extern int yywrap ( void );
977 if ( yywrap( ) )
1284 if ( yywrap( ) )
1357 * EOF (yywrap()) processing, but the only time this flag
1358 * is looked at is after yywrap() is called, so it's safe
1871 * In flex versions before 2.4.1 (30Nov93), yywrap was a macro, not a
1878 #ifndef yywrap
1879 int yywrap(void) { return(1);}