Searched refs:zconftext (Results 1 – 2 of 2) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | lex.zconf.c | 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); [all …]
|
| H A D | lex.zconf.c_shipped | 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 [all …]
|