Home | History | Annotate | Download | only in MVS

Lines Matching full:yywrap

126 /* default yywrap function - always treat EOF as an EOF */
127 #define yywrap() 1
199 #undef yywrap
1257 /* flag which is used to allow yywrap()'s to do buffer switches
2172 if ( yywrap() )
2462 if ( yywrap() )
2535 * EOF (yywrap()) processing, but the only time this flag
2536 * is looked at is after yywrap() is called, so it's safe
2638 int yywrap()