Home
last modified time | relevance | path

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

/linux-4.4.14/scripts/kconfig/
Dzconf.lex.c22 #define yywrap zconfwrap
362 #define zconfwrap(n) 1 macro
919 extern "C" int zconfwrap (void );
921 extern int zconfwrap (void );
1463 if ( zconfwrap( ) )
1773 if ( zconfwrap( ) ) in yyinput()
Dzconf.lex.c_shipped22 #define yywrap zconfwrap
309 /* Flag which is used to allow zconfwrap()'s to do buffer switches
362 #define zconfwrap(n) 1
919 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 flag
1847 * is looked at is after zconfwrap() is called, so it's safe