Home
last modified time | relevance | path

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

/third_party/toybox/kconfig/
Dsymbol.c84 if (type == S_TRISTATE) { in sym_get_type()
98 case S_TRISTATE: in sym_type_name()
207 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
287 case S_TRISTATE: in sym_calc_value()
305 case S_TRISTATE: in sym_calc_value()
416 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range()
517 case S_TRISTATE: in sym_string_valid()
557 case S_TRISTATE: in sym_string_within_range()
580 case S_TRISTATE: in sym_set_string_value()
627 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: