Searched refs:S_BOOLEAN (Results 1 – 15 of 15) sorted by relevance
| /utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/ |
| H A D | symbol.c | 70 type = S_BOOLEAN; in sym_get_type() 80 case S_BOOLEAN: in sym_type_name() 221 if (tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_visibility() 307 case S_BOOLEAN: in sym_calc_value() 325 case S_BOOLEAN: in sym_calc_value() 367 if (newval.tri == mod && sym_get_type(sym) == S_BOOLEAN) in sym_calc_value() 463 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range() 466 if (type == S_BOOLEAN && val == mod) in sym_tristate_within_range() 563 case S_BOOLEAN: in sym_string_valid() 603 case S_BOOLEAN: in sym_string_within_range() [all …]
|
| H A D | confdata.c | 131 case S_BOOLEAN: in conf_set_sym_val() 267 sym->type = S_BOOLEAN; in conf_read_simple() 273 case S_BOOLEAN: in conf_read_simple() 360 case S_BOOLEAN: in conf_read() 448 case S_BOOLEAN: in conf_write_symbol() 529 if ((sym->type == S_BOOLEAN) && in conf_write_defconfig() 686 case S_BOOLEAN: in conf_split_config() 708 case S_BOOLEAN: in conf_split_config() 829 case S_BOOLEAN: in conf_write_autoconf() 994 case S_BOOLEAN: in conf_set_all_new_symbols()
|
| H A D | zconf.gperf | 33 bool, T_TYPE, TF_COMMAND, S_BOOLEAN 34 boolean, T_TYPE, TF_COMMAND, S_BOOLEAN 35 def_bool, T_DEFAULT, TF_COMMAND, S_BOOLEAN
|
| H A D | zconf.hash.c | 194 …(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str13, T_DEFAULT, TF_COMMAND, S_BOOLEAN}, in kconf_id_lookup() 218 …)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str44, T_TYPE, TF_COMMAND, S_BOOLEAN}, in kconf_id_lookup() 221 …t)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str47, T_TYPE, TF_COMMAND, S_BOOLEAN}, in kconf_id_lookup()
|
| H A D | zconf.hash.c_shipped | 194 …(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str13, T_DEFAULT, TF_COMMAND, S_BOOLEAN}, 218 …)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str44, T_TYPE, TF_COMMAND, S_BOOLEAN}, 221 …t)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str47, T_TYPE, TF_COMMAND, S_BOOLEAN},
|
| H A D | expr.c | 377 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or() 399 if (sym1->type == S_BOOLEAN && sym1 == sym2) { in expr_join_or() 441 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and() 660 if (e->left.sym->type != S_BOOLEAN) in expr_transform() 682 if (e->left.sym->type != S_BOOLEAN) in expr_transform()
|
| H A D | zconf.y | 289 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) { 502 modules_sym->type = S_BOOLEAN; 625 case S_BOOLEAN: in print_symbol()
|
| H A D | qconf.cc | 162 case S_BOOLEAN: in updateMenu() 176 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 189 if (sym_is_choice_value(sym) && type == S_BOOLEAN) in updateMenu() 496 case S_BOOLEAN: in setValue() 527 case S_BOOLEAN: in changeValue()
|
| H A D | mconf.c | 414 case S_BOOLEAN: in build_conf() 462 case S_BOOLEAN: in build_conf()
|
| H A D | zconf.tab.c | 1814 if ((yyvsp[(1) - (3)].id)->stype == S_BOOLEAN || (yyvsp[(1) - (3)].id)->stype == S_TRISTATE) { 2257 modules_sym->type = S_BOOLEAN; in conf_parse() 2380 case S_BOOLEAN: in print_symbol()
|
| H A D | menu.c | 236 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop() 241 sym2->type != S_BOOLEAN && in sym_check_prop()
|
| H A D | nconf.c | 805 case S_BOOLEAN: in build_conf() 856 case S_BOOLEAN: in build_conf()
|
| H A D | expr.h | 61 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
|
| H A D | gconf.c | 852 case S_BOOLEAN: in change_sym_value() 1170 case S_BOOLEAN: in fill_row()
|
| H A D | zconf.tab.c_shipped | 1814 if ((yyvsp[(1) - (3)].id)->stype == S_BOOLEAN || (yyvsp[(1) - (3)].id)->stype == S_TRISTATE) { 2257 modules_sym->type = S_BOOLEAN; 2380 case S_BOOLEAN:
|