Home
last modified time | relevance | path

Searched refs:T_WORD (Results 1 – 6 of 6) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dzconf.y74 %token <string> T_WORD
118 | stmt_list T_WORD error T_EOL { zconf_error("unknown statement \"%s\"", $2); }
140 T_WORD error T_EOL { zconf_error("unknown option \"%s\"", $1); }
147 config_entry_start: T_CONFIG T_WORD T_EOL
161 menuconfig_entry_start: T_MENUCONFIG T_WORD T_EOL
213 config_option: T_SELECT T_WORD if_expr T_EOL
230 | symbol_option_list T_WORD symbol_option_arg
304 choice_option: T_DEFAULT T_WORD if_expr T_EOL
456 prompt: T_WORD
483 symbol: T_WORD { $$ = sym_lookup($1, 0); free($1); }
[all …]
H A Dzconf.l109 return T_WORD;
142 return T_WORD;
H A Dlex.zconf.c1113 return T_WORD;
1185 return T_WORD;
H A Dlex.zconf.c_shipped1113 return T_WORD;
1185 return T_WORD;
H A Dzconf.tab.c_shipped166 T_WORD = 281,
562 "T_VISIBLE", "T_OPTION", "T_ON", "T_WORD", "T_WORD_QUOTE", "T_UNEQUAL",
H A Dzconf.tab.c166 T_WORD = 281, enumerator