Searched refs:zconftext (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.c21 #define yytext zconftext
197 /* Undo effects of setting up zconftext. */ \
203 YY_DO_BEFORE_ACTION; /* set up zconftext again */ \
299 /* yy_hold_char holds the character lost when zconftext is formed. */
375 extern char *zconftext;
376 #define yytext_ptr zconftext
704 * corresponding action - sets up zconftext.
774 char *zconftext; variable
938 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
992 /* Code executed at the beginning of each rule, after zconftext an
1095 unput(zconftext[0]); variable
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dlex.zconf.c156 /* Undo effects of setting up zconftext. */ \
162 YY_DO_BEFORE_ACTION; /* set up zconftext again */ \
263 /* yy_hold_char holds the character lost when zconftext is formed. */
339 extern char *zconftext;
340 #define yytext_ptr zconftext
668 * corresponding action - sets up zconftext.
738 char *zconftext; variable
865 #define ECHO (void) fwrite( zconftext, zconfleng, 1, zconfout )
919 /* Code executed at the beginning of each rule, after zconftext and zconfleng
975 /* Support of zconftext
1022 unput(zconftext[0]); variable
[all...]

Completed in 205 milliseconds