Home
last modified time | relevance | path

Searched refs:TF_COMMAND (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/scripts/kconfig/
Dzconf.gperf15 mainmenu, T_MAINMENU, TF_COMMAND
16 menu, T_MENU, TF_COMMAND
17 endmenu, T_ENDMENU, TF_COMMAND
18 source, T_SOURCE, TF_COMMAND
19 choice, T_CHOICE, TF_COMMAND
20 endchoice, T_ENDCHOICE, TF_COMMAND
21 comment, T_COMMENT, TF_COMMAND
22 config, T_CONFIG, TF_COMMAND
23 menuconfig, T_MENUCONFIG, TF_COMMAND
24 help, T_HELP, TF_COMMAND
[all …]
Dzconf.hash.c186 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str2, T_IF, TF_COMMAND|TF_PARAM}, in kconf_id_lookup()
188 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str3, T_TYPE, TF_COMMAND, S_INT}, in kconf_id_lookup()
191 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str5, T_ENDIF, TF_COMMAND}, in kconf_id_lookup()
194 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str7, T_DEFAULT, TF_COMMAND, S_UNK… in kconf_id_lookup()
196 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str8, T_TYPE, TF_COMMAND, S_TRIST… in kconf_id_lookup()
198 … {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str9, T_ENDCHOICE, TF_COMMAND}, 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()
210 … {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str18, T_OPTIONAL, TF_COMMAND}, in kconf_id_lookup()
213 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str21, T_OPTION, TF_COMMAND}, in kconf_id_lookup()
[all …]
Dzconf.hash.c_shipped186 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str2, T_IF, TF_COMMAND|TF_PARAM},
188 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str3, T_TYPE, TF_COMMAND, S_INT},
191 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str5, T_ENDIF, TF_COMMAND},
194 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str7, T_DEFAULT, TF_COMMAND, S_UNK…
196 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str8, T_TYPE, TF_COMMAND, S_TRIST…
198 … {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str9, T_ENDCHOICE, TF_COMMAND},
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…
210 … {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str18, T_OPTIONAL, TF_COMMAND},
213 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str21, T_OPTION, TF_COMMAND},
[all …]
Dzconf.l101 if (id && id->flags & TF_COMMAND) {
Dlkc.h47 #define TF_COMMAND 0x0001 macro
Dzconf.lex.c1092 if (id && id->flags & TF_COMMAND) {
Dzconf.lex.c_shipped1092 if (id && id->flags & TF_COMMAND) {