Home
last modified time | relevance | path

Searched refs:S_BOOLEAN (Results 1 – 15 of 15) sorted by relevance

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dsymbol.c70 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 Dconfdata.c131 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 Dzconf.gperf33 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 Dzconf.hash.c194 …(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 Dzconf.hash.c_shipped194 …(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 Dexpr.c377 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 Dzconf.y289 if ($1->stype == S_BOOLEAN || $1->stype == S_TRISTATE) {
502 modules_sym->type = S_BOOLEAN;
625 case S_BOOLEAN: in print_symbol()
H A Dqconf.cc162 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 Dmconf.c414 case S_BOOLEAN: in build_conf()
462 case S_BOOLEAN: in build_conf()
H A Dzconf.tab.c1814 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 Dmenu.c236 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()
241 sym2->type != S_BOOLEAN && in sym_check_prop()
H A Dnconf.c805 case S_BOOLEAN: in build_conf()
856 case S_BOOLEAN: in build_conf()
H A Dexpr.h61 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
H A Dgconf.c852 case S_BOOLEAN: in change_sym_value()
1170 case S_BOOLEAN: in fill_row()
H A Dzconf.tab.c_shipped1814 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: