Home
last modified time | relevance | path

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

/scripts/kconfig/
Dsymbol.c19 .type = S_TRISTATE,
27 .type = S_TRISTATE,
35 .type = S_TRISTATE,
49 if (type == S_TRISTATE && modules_val == no) in sym_get_type()
59 case S_TRISTATE: in sym_type_name()
207 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
419 case S_TRISTATE: in sym_calc_value()
439 case S_TRISTATE: in sym_calc_value()
535 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range()
667 case S_TRISTATE: in sym_string_valid()
[all …]
Dconfdata.c242 case S_TRISTATE: in conf_set_sym_val()
510 case S_TRISTATE: in conf_read()
621 if ((sym->type == S_BOOLEAN || sym->type == S_TRISTATE) && in __print_symbol()
667 case S_TRISTATE: in print_symbol_for_c()
710 case S_TRISTATE: in print_symbol_for_rustccfg()
989 case S_TRISTATE: in conf_touch_deps()
1011 case S_TRISTATE: in conf_touch_deps()
Dconf.c237 (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) || in conf_set_all_new_symbols()
260 if (sym->type == S_TRISTATE) { in conf_set_all_new_symbols()
284 if (sym_get_type(sym) == S_TRISTATE && in conf_rewrite_tristates()
Dparser.y310 | T_TRISTATE { $$ = S_TRISTATE; }
318 | T_DEF_TRISTATE { $$ = S_TRISTATE; }
659 case S_TRISTATE: in print_symbol()
Dexpr.h70 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
Dexpr.c339 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_or()
341 if (sym1->type == S_TRISTATE) { in expr_join_or()
404 if (sym1->type != S_BOOLEAN && sym1->type != S_TRISTATE) in expr_join_and()
422 if (sym1->type == S_TRISTATE) { in expr_join_and()
869 case S_TRISTATE: in expr_parse_string()
Dmenu.c268 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()
274 sym2->type != S_TRISTATE) in sym_check_prop()
Dmconf.c553 case S_TRISTATE: in build_conf()
Dqconf.cc141 case S_TRISTATE: in updateMenu()
501 case S_TRISTATE: in setValue()
532 case S_TRISTATE: in changeValue()
Dgconf.c787 case S_TRISTATE: in change_sym_value()
1081 case S_TRISTATE: in fill_row()
Dnconf.c856 case S_TRISTATE: in build_conf()