Lines Matching refs:zconftext
21 #define yytext zconftext
188 /* Undo effects of setting up zconftext. */ \
194 YY_DO_BEFORE_ACTION; /* set up zconftext again */ \
290 /* yy_hold_char holds the character lost when zconftext is formed. */
366 extern char *zconftext;
367 #define yytext_ptr zconftext
695 * corresponding action - sets up zconftext.
765 char *zconftext;
923 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
977 /* Code executed at the beginning of each rule, after zconftext and zconfleng
1033 /* Support of zconftext. */
1080 unput(zconftext[0]);
1088 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
1096 alloc_string(zconftext, zconfleng);
1146 str = zconftext[0];
1163 const struct kconf_id *id = kconf_id_lookup(zconftext, zconfleng);
1168 alloc_string(zconftext, zconfleng);
1194 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1196 YY_DO_BEFORE_ACTION; /* set up zconftext again */
1199 append_string(zconftext, zconfleng);
1207 append_string(zconftext, zconfleng);
1212 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1214 YY_DO_BEFORE_ACTION; /* set up zconftext again */
1217 append_string(zconftext + 1, zconfleng - 1);
1225 append_string(zconftext + 1, zconfleng - 1);
1231 if (str == zconftext[0]) {
1236 append_string(zconftext, 1);
1260 if (zconftext[i] == '\t')
1282 *yy_cp = (yy_hold_char); /* undo effects of setting up zconftext */
1284 YY_DO_BEFORE_ACTION; /* set up zconftext again */
1304 if ((zconftext[zconfleng-1] != ' ') && (zconftext[zconfleng-1] != '\t'))
1308 append_string(zconftext, zconfleng);
1414 * zconftext, we can now set up
1642 /* undo effects of setting up zconftext */
1740 *(yy_c_buf_p) = '\0'; /* preserve zconftext */
2112 /* Undo effects of setting up zconftext. */ \
2115 zconftext[zconfleng] = (yy_hold_char); \
2116 (yy_c_buf_p) = zconftext + yyless_macro_arg; \
2164 return zconftext;