Lines Matching refs:zconftext
21 #define yytext zconftext
375 extern char *zconftext;
376 #define yytext_ptr zconftext
790 char *zconftext; variable
960 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
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);
1252 append_string(zconftext, zconfleng);
1260 append_string(zconftext, zconfleng);
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')
1357 if ((zconftext[zconfleng-1] != ' ') && (zconftext[zconfleng-1] != '\t'))
1361 append_string(zconftext, zconfleng);
2168 zconftext[zconfleng] = (yy_hold_char); \
2169 (yy_c_buf_p) = zconftext + yyless_macro_arg; \
2217 return zconftext; in zconfget_text()