Searched refs:T_DEFAULT (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/buildroot/support/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
|
| H A D | zconf.tab.c_shipped | 148 T_DEFAULT = 275, 532 "T_OPTIONAL", "T_PROMPT", "T_TYPE", "T_DEFAULT", "T_SELECT", "T_IMPLY",
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | zconf.gperf | 30 default, T_DEFAULT, TF_COMMAND, S_UNKNOWN 33 def_tristate, T_DEFAULT, TF_COMMAND, S_TRISTATE 36 def_bool, T_DEFAULT, TF_COMMAND, S_BOOLEAN
|
| H A D | zconf.hash.c | |
| H A D | zconf.y | 63 %token <id>T_DEFAULT 128 T_DEPENDS | T_PROMPT | T_TYPE | T_SELECT | T_IMPLY | T_OPTIONAL | T_RANGE | T_DEFAULT | T_VISIBLE 204 config_option: T_DEFAULT expr if_expr T_EOL 311 choice_option: T_DEFAULT T_WORD if_expr T_EOL
|
| H A D | zconf.hash.c_shipped | 198 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str7, T_DEFAULT, TF_COMMAND, S_UNK… 207 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str12, T_DEFAULT, TF_COMMAND, S_TR… 209 …{(int)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str13, T_DEFAULT, TF_COMMAND, S_BO…
|
| H A D | zconf.tab.c | |
| H A D | zconf.tab.c_shipped | 156 T_DEFAULT = 275, 540 "T_OPTIONAL", "T_PROMPT", "T_TYPE", "T_DEFAULT", "T_SELECT", "T_IMPLY",
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | parser.y | 55 %token T_DEFAULT 290 choice_option: T_DEFAULT nonconst_symbol if_expr T_EOL 308 T_DEFAULT { $$ = S_UNKNOWN; }
|
| H A D | lexer.l | 102 "default" return T_DEFAULT;
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | pxe.c | 826 T_DEFAULT, enumerator 851 {"default", T_DEFAULT}, 1170 case T_DEFAULT: in parse_label_menu() 1342 case T_DEFAULT: in parse_pxefile_top()
|
| /OK3568_Linux_fs/u-boot/tools/buildman/ |
| H A D | kconfiglib.py | 919 elif t0 == T_DEFAULT: 3416 T_OPTIONAL, T_PROMPT, T_DEFAULT, 3434 "prompt": T_PROMPT, "default": T_DEFAULT, "bool": T_BOOL, "boolean": T_BOOL,
|