Searched refs:T_DEFAULT (Results 1 – 6 of 6) sorted by relevance
/openbmc/u-boot/scripts/kconfig/ |
H A D | kconf_id.c | 18 { "default", T_DEFAULT, TF_COMMAND, S_UNKNOWN }, 21 { "def_tristate", T_DEFAULT, TF_COMMAND, S_TRISTATE }, 23 { "def_bool", T_DEFAULT, TF_COMMAND, S_BOOLEAN },
|
H A D | zconf.y | 63 %token <id>T_DEFAULT 149 T_DEPENDS | T_PROMPT | T_TYPE | T_SELECT | T_IMPLY | T_OPTIONAL | T_RANGE | T_DEFAULT | T_VISIBLE 221 config_option: T_DEFAULT expr if_expr T_EOL 331 choice_option: T_DEFAULT nonconst_symbol if_expr T_EOL
|
/openbmc/linux/scripts/kconfig/ |
H A D | parser.y | 55 %token T_DEFAULT 281 choice_option: T_DEFAULT nonconst_symbol if_expr T_EOL 299 T_DEFAULT { $$ = S_UNKNOWN; }
|
H A D | lexer.l | 99 "default" return T_DEFAULT;
|
/openbmc/u-boot/cmd/ |
H A D | pxe.c | 846 T_DEFAULT, enumerator 871 {"default", T_DEFAULT}, 1190 case T_DEFAULT: in parse_label_menu() 1389 case T_DEFAULT: in parse_pxefile_top()
|
/openbmc/u-boot/tools/buildman/ |
H A D | kconfiglib.py | 933 elif t0 == T_DEFAULT: 3472 T_OPTIONAL, T_PROMPT, T_DEFAULT, 3490 "prompt": T_PROMPT, "default": T_DEFAULT, "bool": T_BOOL, "boolean": T_BOOL,
|