/openbmc/u-boot/scripts/kconfig/ |
H A D | symbol.c | 69 type = S_BOOLEAN; in sym_get_type() 71 type = S_BOOLEAN; in sym_get_type() 79 case S_BOOLEAN: in sym_type_name() 386 case S_BOOLEAN: in sym_calc_value() 406 case S_BOOLEAN: in sym_calc_value() 620 case S_BOOLEAN: in sym_string_valid() 660 case S_BOOLEAN: in sym_string_within_range() 683 case S_BOOLEAN: in sym_set_string_value() 748 case S_BOOLEAN: in sym_get_string_default() 784 case S_BOOLEAN: in sym_get_string_default() [all …]
|
H A D | kconf_id.c | 22 { "bool", T_TYPE, TF_COMMAND, S_BOOLEAN }, 23 { "def_bool", T_DEFAULT, TF_COMMAND, S_BOOLEAN },
|
H A D | confdata.c | 138 case S_BOOLEAN: in conf_set_sym_val() 330 sym->type = S_BOOLEAN; in conf_read_simple() 336 case S_BOOLEAN: in conf_read_simple() 426 case S_BOOLEAN: in conf_read() 488 case S_BOOLEAN: in kconfig_print_symbol() 542 case S_BOOLEAN: in header_print_symbol() 713 if ((sym->type == S_BOOLEAN) && in conf_write_defconfig() 867 case S_BOOLEAN: in conf_split_config() 889 case S_BOOLEAN: in conf_split_config() 1175 case S_BOOLEAN: in conf_set_all_new_symbols()
|
H A D | expr.c | 449 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 471 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or() 513 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and() 709 if (e->left.sym->type != S_BOOLEAN) in expr_transform() 731 if (e->left.sym->type != S_BOOLEAN) in expr_transform() 1000 case S_BOOLEAN: in expr_parse_string()
|
H A D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
H A D | mconf.c | 543 case S_BOOLEAN: in build_conf() 591 case S_BOOLEAN: in build_conf()
|
H A D | zconf.y | 316 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) { 653 case S_BOOLEAN: in print_symbol()
|
H A D | qconf.cc | 160 case S_BOOLEAN: in updateMenu() 174 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 187 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 486 case S_BOOLEAN: in setValue() 517 case S_BOOLEAN: in changeValue()
|
H A D | menu.c | 270 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop() 275 sym2->type != S_BOOLEAN && in sym_check_prop()
|
H A D | nconf.c | 808 case S_BOOLEAN: in build_conf() 859 case S_BOOLEAN: in build_conf()
|
H A D | gconf.c | 824 case S_BOOLEAN: in change_sym_value() 1112 case S_BOOLEAN: in fill_row()
|
/openbmc/linux/scripts/kconfig/ |
H A D | symbol.c | 50 type = S_BOOLEAN; in sym_get_type() 52 type = S_BOOLEAN; in sym_get_type() 60 case S_BOOLEAN: in sym_type_name() 354 case S_BOOLEAN: in sym_calc_value() 374 case S_BOOLEAN: in sym_calc_value() 587 case S_BOOLEAN: in sym_string_valid() 627 case S_BOOLEAN: in sym_string_within_range() 650 case S_BOOLEAN: in sym_set_string_value() 715 case S_BOOLEAN: in sym_get_string_default() 751 case S_BOOLEAN: in sym_get_string_default() [all …]
|
H A D | confdata.c | 238 case S_BOOLEAN: in conf_set_sym_val() 454 sym->type = S_BOOLEAN; in conf_read_simple() 460 case S_BOOLEAN: in conf_read_simple() 564 case S_BOOLEAN: in conf_read() 701 if ((sym->type == S_BOOLEAN || sym->type == S_TRISTATE) && in __print_symbol() 746 case S_BOOLEAN: in print_symbol_for_c() 789 case S_BOOLEAN: in print_symbol_for_rustccfg() 885 if ((sym->type == S_BOOLEAN) && in conf_write_defconfig() 1105 case S_BOOLEAN: in conf_touch_deps() 1127 case S_BOOLEAN: in conf_touch_deps()
|
H A D | parser.y | 295 T_BOOL { $$ = S_BOOLEAN; } 300 | T_DEF_BOOL { $$ = S_BOOLEAN; } 590 case S_BOOLEAN: in print_symbol()
|
H A D | expr.c | 428 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 450 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or() 492 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and() 688 if (e->left.sym->type != S_BOOLEAN) in expr_transform() 710 if (e->left.sym->type != S_BOOLEAN) in expr_transform() 978 case S_BOOLEAN: in expr_parse_string()
|
H A D | mconf.c | 580 case S_BOOLEAN: in build_conf() 628 case S_BOOLEAN: in build_conf()
|
H A D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
|
H A D | qconf.cc | 139 case S_BOOLEAN: in updateMenu() 150 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 161 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 499 case S_BOOLEAN: in setValue() 530 case S_BOOLEAN: in changeValue()
|
H A D | menu.c | 259 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop() 264 sym2->type != S_BOOLEAN && in sym_check_prop()
|
H A D | nconf.c | 880 case S_BOOLEAN: in build_conf() 931 case S_BOOLEAN: in build_conf()
|
H A D | conf.c | 233 case S_BOOLEAN: in conf_set_all_new_symbols()
|
H A D | gconf.c | 817 case S_BOOLEAN: in change_sym_value() 1109 case S_BOOLEAN: in fill_row()
|