Lines Matching refs:zconftext

21 #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
719 * corresponding action - sets up zconftext.
790 char *zconftext;
960 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
1014 /* Code executed at the beginning of each rule, after zconftext and zconfleng
1070 /* Support of zconftext. */
1117 unput(zconftext[0]);
1125 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
1133 alloc_string(zconftext, zconfleng);
1140 warn_ignored_character(*zconftext);
1199 str = zconftext[0];
1212 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
1217 alloc_string(zconftext, zconfleng);
1237 warn_ignored_character(*zconftext);
1247 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1249 YY_DO_BEFORE_ACTION; /* set up zconftext again */
1252 append_string(zconftext, zconfleng);
1260 append_string(zconftext, zconfleng);
1265 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1267 YY_DO_BEFORE_ACTION; /* set up zconftext again */
1270 append_string(zconftext + 1, zconfleng - 1);
1278 append_string(zconftext + 1, zconfleng - 1);
1284 if (str == zconftext[0]) {
1289 append_string(zconftext, 1);
1313 if (zconftext[i] == '\t')
1335 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1337 YY_DO_BEFORE_ACTION; /* set up zconftext again */
1357 if ((zconftext[zconfleng-1] != ' ') && (zconftext[zconfleng-1] != '\t'))
1361 append_string(zconftext, zconfleng);
1467 * zconftext, we can now set up
1695 /* undo effects of setting up zconftext */
1793 *(yy_c_buf_p) = '\0'; /* preserve zconftext */
2165 /* Undo effects of setting up zconftext. */ \
2168 zconftext[zconfleng] = (yy_hold_char); \
2169 (yy_c_buf_p) = zconftext + yyless_macro_arg; \
2217 return zconftext;