Home | History | Annotate | Download | only in sh

Lines Matching refs:yywrap

274 /* Flag which is used to allow yywrap()'s to do buffer switches
327 #define yywrap(n) 1
547 extern "C" int yywrap (void );
549 extern int yywrap (void );
992 if ( yywrap( ) )
1319 if ( yywrap( ) )
1392 * EOF (yywrap()) processing, but the only time this flag
1393 * is looked at is after yywrap() is called, so it's safe