Lines Matching refs:zconftext
21 #define yytext zconftext
366 extern char *zconftext;
367 #define yytext_ptr zconftext
765 char *zconftext; variable
923 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
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);
1199 append_string(zconftext, zconfleng);
1207 append_string(zconftext, zconfleng);
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')
1304 if ((zconftext[zconfleng-1] != ' ') && (zconftext[zconfleng-1] != '\t'))
1308 append_string(zconftext, zconfleng);
2115 zconftext[zconfleng] = (yy_hold_char); \
2116 (yy_c_buf_p) = zconftext + yyless_macro_arg; \
2164 return zconftext; in zconfget_text()