Searched refs:TF_COMMAND (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.gperf | 15 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 …]
|
D | zconf.hash.c | 188 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str2, T_IF, TF_COMMAND|TF_PARAM}, in kconf_id_lookup() 190 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str3, T_TYPE, TF_COMMAND, S_INT}, in kconf_id_lookup() 193 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str5, T_ENDIF, TF_COMMAND}, in kconf_id_lookup() 196 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str7, T_DEFAULT, TF_COMMAND, S_UNK… in kconf_id_lookup() 198 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str8, T_TYPE, TF_COMMAND, S_TRIST… in kconf_id_lookup() 200 … {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str9, T_ENDCHOICE, TF_COMMAND}, in kconf_id_lookup() 202 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str10, T_HELP, TF_COMMAND}, in kconf_id_lookup() 205 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str12, T_DEFAULT, TF_COMMAND, S_TR… in kconf_id_lookup() 207 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str13, T_DEFAULT, TF_COMMAND, S_BO… in kconf_id_lookup() 214 … {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str18, T_OPTIONAL, TF_COMMAND}, in kconf_id_lookup() [all …]
|
D | zconf.hash.c_shipped | 188 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str2, T_IF, TF_COMMAND|TF_PARAM}, 190 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str3, T_TYPE, TF_COMMAND, S_INT}, 193 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str5, T_ENDIF, TF_COMMAND}, 196 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str7, T_DEFAULT, TF_COMMAND, S_UNK… 198 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str8, T_TYPE, TF_COMMAND, S_TRIST… 200 … {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str9, T_ENDCHOICE, TF_COMMAND}, 202 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str10, T_HELP, TF_COMMAND}, 205 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str12, T_DEFAULT, TF_COMMAND, S_TR… 207 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str13, T_DEFAULT, TF_COMMAND, S_BO… 214 … {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str18, T_OPTIONAL, TF_COMMAND}, [all …]
|
D | lkc.h | 47 #define TF_COMMAND 0x0001 macro
|
D | zconf.l | 108 if (id && id->flags & TF_COMMAND) {
|
D | zconf.lex.c | 1129 if (id && id->flags & TF_COMMAND) {
|
D | zconf.lex.c_shipped | 1129 if (id && id->flags & TF_COMMAND) {
|