Home | History | Annotate | Download | only in calc++

Lines Matching defs:yywrap

350 /* Flag which is used to allow yywrap()'s to do buffer switches
409 #define yywrap() 1
559 # undef yywrap
560 # define yywrap() 1
637 extern "C" int yywrap (void );
639 extern int yywrap (void );
1058 if ( yywrap( ) )
1389 if ( yywrap( ) )
1474 * EOF (yywrap()) processing, but the only time this flag
1475 * is looked at is after yywrap() is called, so it's safe