Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
H A 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()
228 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
440 case S_TRISTATE: in sym_calc_value()
460 case S_TRISTATE: in sym_calc_value()
569 if (type != S_BOOLEAN && type != S_TRISTATE) in sym_tristate_within_range()
701 case S_TRISTATE: in sym_string_valid()
[all …]
H A 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()
H A 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()
H A Dparser.y304 | T_TRISTATE { $$ = S_TRISTATE; }
312 | T_DEF_TRISTATE { $$ = S_TRISTATE; }
681 case S_TRISTATE: in print_symbol()
H A 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()
H A Dexpr.h70 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
H A Dmenu.c279 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()
285 sym2->type != S_TRISTATE) in sym_check_prop()
H A Dqconf.cc149 case S_TRISTATE: in updateMenu()
510 case S_TRISTATE: in setValue()
541 case S_TRISTATE: in changeValue()
H A Dmconf.c554 case S_TRISTATE: in build_conf()
H A Dgconf.c194 case S_TRISTATE: in set_node()
704 case S_TRISTATE: in change_sym_value()
H A Dnconf.c857 case S_TRISTATE: in build_conf()