Home
last modified time | relevance | path

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

/scripts/kconfig/
A Dexpr.h21 typedef enum tristate { enum
23 } tristate; typedef
50 tristate val;
61 tristate tri;
66 tristate tri;
120 tristate visible;
305 tristate expr_calc_value(struct expr *e);
316 tristate pr_type, const char *title);
A Dlkc_proto.h29 bool sym_tristate_within_range(const struct symbol *sym, tristate tri);
30 bool sym_set_tristate_value(struct symbol *sym,tristate tri);
32 tristate sym_toggle_tristate_value(struct symbol *sym);
A Dsymbol.c42 static tristate modules_val;
215 tristate tri; in sym_calc_visibility()
357 tristate val; in sym_calc_choice()
544 bool sym_tristate_within_range(const struct symbol *sym, tristate val) in sym_tristate_within_range()
561 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value()
563 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value()
592 tristate val; in choice_set_value()
623 tristate sym_toggle_tristate_value(struct symbol *sym) in sym_toggle_tristate_value()
626 tristate oldval, newval; in sym_toggle_tristate_value()
799 tristate val; in sym_get_string_default()
[all …]
A Dconf.c234 tristate val; in conf_set_all_new_symbols()
279 static void conf_rewrite_tristates(tristate old_val, tristate new_val) in conf_rewrite_tristates()
359 tristate oldval, newval; in conf_sym()
A Dlkc.h116 static inline tristate sym_get_tristate_value(const struct symbol *sym) in sym_get_tristate_value()
A Dexpr.c891 static tristate __expr_calc_value(struct expr *e) in __expr_calc_value()
893 tristate val1, val2; in __expr_calc_value()
967 tristate expr_calc_value(struct expr *e) in expr_calc_value()
1159 void *data, tristate pr_type, const char **title) in expr_print_revdep()
1177 tristate pr_type, const char *title) in expr_gstr_print_revdep()
A Dqconf.h68 void setValue(ConfigItem* item, tristate val);
A Dmconf.c460 tristate val; in build_conf()
A Dqconf.cc103 tristate expr; in updateMenu()
499 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue()
503 tristate oldval; in setValue()
A Dgconf.c155 tristate val; in set_node()
689 tristate newval; in change_sym_value()
A Dmenu.c539 tristate visible; in menu_is_visible()
A Dnconf.c767 tristate val; in build_conf()

Completed in 662 milliseconds