Home
last modified time | relevance | path

Searched refs:zconfwrap (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/scripts/kconfig/
Dzconf.lex.c22 #define yywrap zconfwrap
353 #define zconfwrap(n) 1 macro
887 extern "C" int zconfwrap (void );
889 extern int zconfwrap (void );
1410 if ( zconfwrap( ) )
1720 if ( zconfwrap( ) ) in yyinput()
Dzconf.lex.c_shipped22 #define yywrap zconfwrap
300 /* Flag which is used to allow zconfwrap()'s to do buffer switches
353 #define zconfwrap(n) 1
887 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 flag
1794 * is looked at is after zconfwrap() is called, so it's safe