Home
last modified time | relevance | path

Searched refs:tristate (Results 1 – 18 of 18) sorted by relevance

/scripts/kconfig/tests/choice/
DKconfig34 prompt "tristate choice"
38 tristate "choice 0"
41 tristate "choice 1"
46 prompt "optional tristate choice"
51 tristate "choice 0"
54 tristate "choice 1"
Doldask0_expected_stdout7 tristate choice [M/y/?] (NEW)
10 optional tristate choice [N/m/y/?] (NEW)
Doldask1_expected_stdout11 tristate choice
15 optional tristate choice [N/y/?]
/scripts/kconfig/tests/choice_value_with_m_dep/
DKconfig8 tristate
15 tristate "Choice 0"
18 tristate "Choice 1"
/scripts/kconfig/
Dexpr.h27 typedef enum tristate { enum
29 } tristate; typedef
56 tristate tri;
61 tristate tri;
114 tristate visible;
304 tristate expr_calc_value(struct expr *e);
316 tristate pr_type, const char *title);
Dlkc_proto.h25 bool sym_tristate_within_range(struct symbol *sym,tristate tri);
26 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
27 tristate sym_toggle_tristate_value(struct symbol *sym);
Dsymbol.c40 static tristate modules_val;
179 tristate tri; in sym_calc_visibility()
478 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range()
497 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value()
499 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value()
533 tristate sym_toggle_tristate_value(struct symbol *sym) in sym_toggle_tristate_value()
535 tristate oldval, newval; in sym_toggle_tristate_value()
702 tristate val; in sym_get_string_default()
769 tristate val; in sym_get_string_value()
Dlkc.h133 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
Dqconf.h69 void setValue(ConfigItem* item, tristate val);
Dexpr.c1030 tristate expr_calc_value(struct expr *e) in expr_calc_value()
1032 tristate val1, val2; in expr_calc_value()
1282 void *data, tristate pr_type, const char **title) in expr_print_revdep()
1300 tristate pr_type, const char *title) in expr_gstr_print_revdep()
Dconfdata.c1334 tristate old_val = (mode == def_y2m) ? yes : mod; in conf_rewrite_mod_or_yes()
1335 tristate new_val = (mode == def_y2m) ? mod : yes; in conf_rewrite_mod_or_yes()
Dconf.c168 tristate oldval, newval; in conf_sym()
Dqconf.cc95 tristate expr; in updateMenu()
483 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue()
487 tristate oldval; in setValue()
Dmconf.c472 tristate val; in build_conf()
Dgconf.c809 tristate newval; in change_sym_value()
1043 tristate val; in fill_row()
Dmenu.c642 tristate visible; in menu_is_visible()
Dnconf.c742 tristate val; in build_conf()
/scripts/kconfig/tests/inter_choice/
DKconfig11 tristate "Choice 0"
14 tristate "Choice 1"