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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dlex.zconf.c22 #define yywrap zconfwrap
309 /* Flag which is used to allow zconfwrap()'s to do buffer switches
362 #define zconfwrap(n) 1 macro
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
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dlex.zconf.c273 /* Flag which is used to allow zconfwrap()'s to do buffer switches
326 #define zconfwrap() 1 macro
829 extern "C" int zconfwrap (void );
831 extern int zconfwrap (void );
1347 if ( zconfwrap( ) )
1649 if ( zconfwrap( ) )
1722 * EOF (zconfwrap()) processing, but the only time this flag
1723 * is looked at is after zconfwrap() is called, so it's safe

Completed in 155 milliseconds