Searched refs:TF_COMMAND (Results 1 – 7 of 7) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A 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 …]
|
| H A D | zconf.hash.c | 186 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str5, T_ENDIF, TF_COMMAND}, in kconf_id_lookup() 187 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str6, T_OPTION, TF_COMMAND}, in kconf_id_lookup() 188 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str7, T_ENDMENU, TF_COMMAND}, in kconf_id_lookup() 189 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str8, T_OPTIONAL, TF_COMMAND}, in kconf_id_lookup() 190 … {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str9, T_ENDCHOICE, TF_COMMAND}, in kconf_id_lookup() 191 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str10, T_RANGE, TF_COMMAND}, in kconf_id_lookup() 192 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str11, T_CHOICE, TF_COMMAND}, in kconf_id_lookup() 193 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str12, T_DEFAULT, TF_COMMAND, S_UN… in kconf_id_lookup() 194 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str13, T_DEFAULT, TF_COMMAND, S_BO… in kconf_id_lookup() 195 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str14, T_HELP, TF_COMMAND}, in kconf_id_lookup() [all …]
|
| H A D | zconf.hash.c_shipped | 186 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str5, T_ENDIF, TF_COMMAND}, 187 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str6, T_OPTION, TF_COMMAND}, 188 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str7, T_ENDMENU, TF_COMMAND}, 189 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str8, T_OPTIONAL, TF_COMMAND}, 190 … {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str9, T_ENDCHOICE, TF_COMMAND}, 191 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str10, T_RANGE, TF_COMMAND}, 192 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str11, T_CHOICE, TF_COMMAND}, 193 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str12, T_DEFAULT, TF_COMMAND, S_UN… 194 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str13, T_DEFAULT, TF_COMMAND, S_BO… 195 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str14, T_HELP, TF_COMMAND}, [all …]
|
| H A D | zconf.l | 103 if (id && id->flags & TF_COMMAND) {
|
| H A D | lkc.h | 48 #define TF_COMMAND 0x0001 macro
|
| H A D | lex.zconf.c | 1107 if (id && id->flags & TF_COMMAND) {
|
| H A D | lex.zconf.c_shipped | 1107 if (id && id->flags & TF_COMMAND) {
|