Searched refs:zconfwrap (Results 1 – 2 of 2) sorted by relevance
22 #define yywrap zconfwrap353 #define zconfwrap(n) 1 macro887 extern "C" int zconfwrap (void );889 extern int zconfwrap (void );1410 if ( zconfwrap( ) )1720 if ( zconfwrap( ) ) in yyinput()
22 #define yywrap zconfwrap300 /* Flag which is used to allow zconfwrap()'s to do buffer switches353 #define zconfwrap(n) 1887 extern "C" int zconfwrap (void );889 extern int zconfwrap (void );1410 if ( zconfwrap( ) )1720 if ( zconfwrap( ) )1793 * EOF (zconfwrap()) processing, but the only time this flag1794 * is looked at is after zconfwrap() is called, so it's safe