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
704 * corresponding action - sets up zconftext.
774 char *zconftext;
938 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
992 /* Code executed at the beginning of each rule, after zconftext and zconfleng
1048 /* Support of zconftext. */
1095 unput(zconftext[0]);
1103 struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
1111 alloc_string(zconftext, zconfleng);
1161 str = zconftext[0];
1178 struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
1183 alloc_string(zconftext, zconfleng);
1209 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1211 YY_DO_BEFORE_ACTION; /* set up zconftext again */
1214 append_string(zconftext, zconfleng);
1222 append_string(zconftext, zconfleng);
1227 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1229 YY_DO_BEFORE_ACTION; /* set up zconftext again */
1232 append_string(zconftext + 1, zconfleng - 1);
1240 append_string(zconftext + 1, zconfleng - 1);
1246 if (str == zconftext[0]) {
1251 append_string(zconftext, 1);
1275 if (zconftext[i] == '\t')
1297 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1299 YY_DO_BEFORE_ACTION; /* set up zconftext again */
1319 if ((zconftext[zconfleng-1] != ' ') && (zconftext[zconfleng-1] != '\t'))
1323 append_string(zconftext, zconfleng);
1429 * zconftext, we can now set up
1657 /* undo effects of setting up zconftext */
1755 *(yy_c_buf_p) = '\0'; /* preserve zconftext */
2127 /* Undo effects of setting up zconftext. */ \
2130 zconftext[zconfleng] = (yy_hold_char); \
2131 (yy_c_buf_p) = zconftext + yyless_macro_arg; \
2179 return zconftext;