Searched refs:S_BOOLEAN (Results 1 – 15 of 15) sorted by relevance
/linux-4.4.14/scripts/kconfig/ |
D | zconf.gperf | 34 bool, T_TYPE, TF_COMMAND, S_BOOLEAN 35 boolean, T_TYPE, TF_COMMAND, S_BOOLEAN 36 def_bool, T_DEFAULT, TF_COMMAND, S_BOOLEAN
|
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() 241 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 342 case S_BOOLEAN: in sym_calc_value() 360 case S_BOOLEAN: in sym_calc_value() 402 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value() 480 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range() 483 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range() 580 case S_BOOLEAN: in sym_string_valid() [all …]
|
D | zconf.hash.c | 207 …(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str13, T_DEFAULT, TF_COMMAND, S_BOOLEAN}, in kconf_id_lookup() 246 …)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str39, T_TYPE, TF_COMMAND, S_BOOLEAN}, in kconf_id_lookup() 258 …t)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str47, T_TYPE, TF_COMMAND, S_BOOLEAN}, in kconf_id_lookup()
|
D | confdata.c | 138 case S_BOOLEAN: in conf_set_sym_val() 335 sym->type = S_BOOLEAN; in conf_read_simple() 341 case S_BOOLEAN: in conf_read_simple() 428 case S_BOOLEAN: in conf_read() 490 case S_BOOLEAN: in kconfig_print_symbol() 544 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()
|
D | zconf.hash.c_shipped | 207 …(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str13, T_DEFAULT, TF_COMMAND, S_BOOLEAN}, 246 …)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str39, T_TYPE, TF_COMMAND, S_BOOLEAN}, 258 …t)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str47, T_TYPE, TF_COMMAND, S_BOOLEAN},
|
D | expr.c | 387 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 409 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or() 451 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and() 617 if (e->left.sym->type != S_BOOLEAN) in expr_transform() 639 if (e->left.sym->type != S_BOOLEAN) in expr_transform() 894 case S_BOOLEAN: in expr_parse_string()
|
D | expr.h | 65 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
D | mconf.c | 543 case S_BOOLEAN: in build_conf() 591 case S_BOOLEAN: in build_conf()
|
D | zconf.y | 289 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) { 618 case S_BOOLEAN: in print_symbol()
|
D | qconf.cc | 152 case S_BOOLEAN: in updateMenu() 166 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 179 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 478 case S_BOOLEAN: in setValue() 509 case S_BOOLEAN: in changeValue()
|
D | menu.c | 256 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop() 261 sym2->type != S_BOOLEAN && in sym_check_prop()
|
D | nconf.c | 806 case S_BOOLEAN: in build_conf() 857 case S_BOOLEAN: in build_conf()
|
D | zconf.tab.c | 1861 if ((yyvsp[(1) - (3)].id)->stype == S_BOOLEAN || (yyvsp[(1) - (3)].id)->stype == S_TRISTATE) { 2455 case S_BOOLEAN: in print_symbol()
|
D | gconf.c | 824 case S_BOOLEAN: in change_sym_value() 1112 case S_BOOLEAN: in fill_row()
|
D | zconf.tab.c_shipped | 1861 if ((yyvsp[(1) - (3)].id)->stype == S_BOOLEAN || (yyvsp[(1) - (3)].id)->stype == S_TRISTATE) { 2455 case S_BOOLEAN:
|