Searched refs:yywrap (Results 1 – 14 of 14) sorted by relevance
745 extern "C" int yywrap ( void );747 extern int yywrap ( void );1227 if ( yywrap( ) )1534 if ( yywrap( ) ) in yyinput()2132 yywrap (void) in yywrap() function
106 yywrap (void)
595 extern "C" int yywrap ( void );597 extern int yywrap ( void );1004 if ( yywrap( ) )1349 if ( yywrap( ) ) in yyinput()1936 int yywrap(void) in yywrap() function
85 int yywrap(void)
280 /* Flag which is used to allow yywrap()'s to do buffer switches333 #define yywrap() (/*CONSTCOND*/1)715 extern "C" int yywrap (void );717 extern int yywrap (void );1332 if ( yywrap( ) )1636 if ( yywrap( ) )1711 * EOF (yywrap()) processing, but the only time this flag1712 * is looked at is after yywrap() is called, so it's safe
28 file://no-yywrap.patch \
294 /* Flag which is used to allow yywrap()'s to do buffer switches343 #define yywrap() (/*CONSTCOND*/1)907 extern "C" int yywrap ( void );909 extern int yywrap ( void );1466 if ( yywrap( ) )1789 if ( yywrap( ) )1867 * EOF (yywrap()) processing, but the only time this flag1868 * is looked at is after yywrap() is called, so it's safe
599 yywrap()
1042 int yywrap() { return 1; }
22 #define yywrap zconfwrap
21370 return ! yylex () + ! yywrap ();