Searched refs:zconfwrap (Results 1 – 2 of 2) sorted by relevance
22 #define yywrap zconfwrap362 #define zconfwrap(n) 1 macro919 extern "C" int zconfwrap (void );921 extern int zconfwrap (void );1463 if ( zconfwrap( ) )1773 if ( zconfwrap( ) ) in yyinput()
22 #define yywrap zconfwrap309 /* Flag which is used to allow zconfwrap()'s to do buffer switches362 #define zconfwrap(n) 1919 extern "C" int zconfwrap (void );921 extern int zconfwrap (void );1463 if ( zconfwrap( ) )1773 if ( zconfwrap( ) )1846 * EOF (zconfwrap()) processing, but the only time this flag1847 * is looked at is after zconfwrap() is called, so it's safe