Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dsymbol.c19 .type = S_TRISTATE,
27 .type = S_TRISTATE,
35 .type = S_TRISTATE,
59 case S_TRISTATE: in sym_type_name()
435 case S_TRISTATE: in sym_calc_value()
455 case S_TRISTATE: in sym_calc_value()
683 case S_TRISTATE: in sym_string_valid()
723 case S_TRISTATE: in sym_string_within_range()
746 case S_TRISTATE: in sym_set_string_value()
846 case S_TRISTATE: in sym_get_string_default()
[all …]
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()
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()
A Dparser.y303 | T_TRISTATE { $$ = S_TRISTATE; }
311 | T_DEF_TRISTATE { $$ = S_TRISTATE; }
641 case S_TRISTATE: in print_symbol()
A Dexpr.h70 S_UNKNOWN, S_BOOLEAN, S_TRISTATE, S_INT, S_HEX, S_STRING enumerator
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()
A Dmenu.c269 if (sym->type != S_BOOLEAN && sym->type != S_TRISTATE) in sym_check_prop()
275 sym2->type != S_TRISTATE) in sym_check_prop()
A Dmconf.c553 case S_TRISTATE: in build_conf()
A Dqconf.cc151 case S_TRISTATE: in updateMenu()
512 case S_TRISTATE: in setValue()
543 case S_TRISTATE: in changeValue()
A Dgconf.c195 case S_TRISTATE: in set_node()
705 case S_TRISTATE: in change_sym_value()
A Dnconf.c856 case S_TRISTATE: in build_conf()

Completed in 27 milliseconds