Searched refs:T_DEFAULT (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/scripts/kconfig/ |
D | zconf.gperf | 29 default, T_DEFAULT, TF_COMMAND, S_UNKNOWN 32 def_tristate, T_DEFAULT, TF_COMMAND, S_TRISTATE 35 def_bool, T_DEFAULT, TF_COMMAND, S_BOOLEAN
|
D | zconf.hash.c | 194 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str7, T_DEFAULT, TF_COMMAND, S_UNK… in kconf_id_lookup() 201 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str12, T_DEFAULT, TF_COMMAND, S_TR… in kconf_id_lookup() 203 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str13, T_DEFAULT, TF_COMMAND, S_BO… in kconf_id_lookup()
|
D | zconf.y | 63 %token <id>T_DEFAULT 122 T_DEPENDS | T_PROMPT | T_TYPE | T_SELECT | T_OPTIONAL | T_RANGE | T_DEFAULT | T_VISIBLE 198 config_option: T_DEFAULT expr if_expr T_EOL 299 choice_option: T_DEFAULT T_WORD if_expr T_EOL
|
D | zconf.hash.c_shipped | 194 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str7, T_DEFAULT, TF_COMMAND, S_UNK… 201 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str12, T_DEFAULT, TF_COMMAND, S_TR… 203 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str13, T_DEFAULT, TF_COMMAND, S_BO…
|
D | zconf.tab.c | 153 T_DEFAULT = 275, enumerator
|
D | zconf.tab.c_shipped | 153 T_DEFAULT = 275, 558 "T_OPTIONAL", "T_PROMPT", "T_TYPE", "T_DEFAULT", "T_SELECT", "T_RANGE",
|