Home
last modified time | relevance | path

Searched refs:S_TRISTATE (Results 1 – 9 of 9) sorted by relevance

/external/toybox/kconfig/
Dsymbol.c82 if (type == S_TRISTATE) { in sym_get_type()
96 case S_TRISTATE: in sym_type_name()
205 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
285 case S_TRISTATE: in sym_calc_value()
303 case S_TRISTATE: in sym_calc_value()
414 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range()
515 case S_TRISTATE: in sym_string_valid()
555 case S_TRISTATE: in sym_string_within_range()
578 case S_TRISTATE: in sym_set_string_value()
625 case S_TRISTATE: in sym_get_string_value()
Dconfdata.c188 case S_TRISTATE: in conf_read_simple()
227 case S_TRISTATE: in conf_read_simple()
338 case S_TRISTATE: in conf_read()
491 if (type == S_TRISTATE) { in conf_write()
498 case S_TRISTATE: in conf_write()
604 case S_TRISTATE: in conf_split_config()
626 case S_TRISTATE: in conf_split_config()
737 case S_TRISTATE: in conf_write_autoconf()
Dmenu.c199 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()
208 else if (sym2->type != S_BOOLEAN && sym2->type != S_TRISTATE) in sym_check_prop()
269 if (menu->sym && menu->sym->type != S_TRISTATE) in menu_finalize()
Dzconf.hash.c_shipped185 …long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str12, T_DEFAULT, TF_COMMAND, S_TRISTATE},
206 …)(long)&((struct kconf_id_strings_t *)0)->kconf_id_strings_str33, T_TYPE, TF_COMMAND, S_TRISTATE},
Dexpr.c335 if (e->left.sym->type == S_TRISTATE) { in expr_trans_bool()
377 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
379 if (sym1->type == S_TRISTATE) { in expr_join_or()
441 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and()
459 if (sym1->type == S_TRISTATE) { in expr_join_and()
Dmconf.c487 case S_TRISTATE: in build_conf()
540 case S_TRISTATE: in build_conf()
Dexpr.h63 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING, S_OTHER enumerator
Dconf.c131 if (type == S_TRISTATE) { in conf_askvalue()
Dzconf.tab.c_shipped1614 if ((yyvsp[-2].id)->stype == S_BOOLEAN || (yyvsp[-2].id)->stype == S_TRISTATE) {
2235 case S_TRISTATE: