• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/

Lines Matching defs:zconftext

156 		/* 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;
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]);
1030 struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
1038 alloc_string(zconftext, zconfleng);
1088 str = zconftext[0];
1105 struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
1110 alloc_string(zconftext, zconfleng);
1136 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1138 YY_DO_BEFORE_ACTION; /* set up zconftext again */
1141 append_string(zconftext, zconfleng);
1149 append_string(zconftext, zconfleng);
1154 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1156 YY_DO_BEFORE_ACTION; /* set up zconftext again */
1159 append_string(zconftext + 1, zconfleng - 1);
1167 append_string(zconftext + 1, zconfleng - 1);
1173 if (str == zconftext[0]) {
1178 append_string(zconftext, 1);
1202 if (zconftext[i] == '\t')
1224 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1226 YY_DO_BEFORE_ACTION; /* set up zconftext again */
1245 append_string(zconftext, zconfleng);
1351 * zconftext, we can now set up
1571 /* undo effects of setting up zconftext */
1669 *(yy_c_buf_p) = '\0'; /* preserve zconftext */
2037 /* Undo effects of setting up zconftext. */ \
2040 zconftext[zconfleng] = (yy_hold_char); \
2041 (yy_c_buf_p) = zconftext + yyless_macro_arg; \
2089 return zconftext;