Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dlex.zconf.c22 #define yywrap zconfwrap
362 #define zconfwrap(n) 1 macro
897 extern "C" int zconfwrap (void );
899 extern int zconfwrap (void );
1425 if ( zconfwrap( ) )
1735 if ( zconfwrap( ) ) in yyinput()
H A Dlex.zconf.c_shipped22 #define yywrap zconfwrap
309 /* Flag which is used to allow zconfwrap()'s to do buffer switches
362 #define zconfwrap(n) 1
897 extern "C" int zconfwrap (void );
899 extern int zconfwrap (void );
1425 if ( zconfwrap( ) )
1735 if ( zconfwrap( ) )
1808 * EOF (zconfwrap()) processing, but the only time this flag
1809 * is looked at is after zconfwrap() is called, so it's safe