Lines Matching refs:zconftext
21 #define yytext zconftext
375 extern char *zconftext;
376 #define yytext_ptr zconftext
774 char *zconftext; variable
938 #define ECHO do { if (fwrite( zconftext, zconfleng, 1, zconfout )) {} } while (0)
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);
1214 append_string(zconftext, zconfleng);
1222 append_string(zconftext, zconfleng);
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')
1319 if ((zconftext[zconfleng-1] != ' ') && (zconftext[zconfleng-1] != '\t'))
1323 append_string(zconftext, zconfleng);
2130 zconftext[zconfleng] = (yy_hold_char); \
2131 (yy_c_buf_p) = zconftext + yyless_macro_arg; \
2179 return zconftext; in zconfget_text()