Searched refs:zconftext (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.lex.c | 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); [all …]
|
D | zconf.lex.c_shipped | 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 [all …]
|