Searched refs:TF_PARAM (Results 1 – 6 of 6) sorted by relevance
/third_party/uboot/u-boot-2020.01/scripts/kconfig/ |
D | kconf_id.c | 14 { "if", T_IF, TF_COMMAND|TF_PARAM }, 32 { "on", T_ON, TF_PARAM },
|
D | zconf.l | 142 if (id && id->flags & TF_PARAM) {
|
D | lkc.h | 48 #define TF_PARAM 0x0002 macro
|
/third_party/toybox/kconfig/ |
D | zconf.hash.c_shipped | 177 {(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str2, T_ON, TF_PARAM}, 190 …(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str17, T_IF, TF_COMMAND|TF_PARAM},
|
D | lkc.h | 46 #define TF_PARAM 0x0002 macro
|
D | lex.zconf.c_shipped | 1120 if (id && id->flags & TF_PARAM) {
|