Home | History | Annotate | Download | only in src

Lines Matching refs:gram_wrap

27 #define yywrap gram_wrap
369 /* Flag which is used to allow gram_wrap()'s to do buffer switches
428 #define gram_wrap() 1
969 #undef gram_wrap
970 #define gram_wrap() 1
1133 extern "C" int gram_wrap (void );
1135 extern int gram_wrap (void );
2515 if ( gram_wrap( ) )
2847 if ( gram_wrap( ) )
2933 * EOF (gram_wrap()) processing, but the only time this flag
2934 * is looked at is after gram_wrap() is called, so it's safe