Home
last modified time | relevance | path

Searched refs:TF_PARAM (Results 1 – 6 of 6) sorted by relevance

/third_party/uboot/u-boot-2020.01/scripts/kconfig/
Dkconf_id.c14 { "if", T_IF, TF_COMMAND|TF_PARAM },
32 { "on", T_ON, TF_PARAM },
Dzconf.l142 if (id && id->flags & TF_PARAM) {
Dlkc.h48 #define TF_PARAM 0x0002 macro
/third_party/toybox/kconfig/
Dzconf.hash.c_shipped177 {(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},
Dlkc.h46 #define TF_PARAM 0x0002 macro
Dlex.zconf.c_shipped1120 if (id && id->flags & TF_PARAM) {