Searched refs:tristate (Results 1 – 12 of 12) sorted by relevance
| /scripts/kconfig/ |
| A D | expr.h | 21 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 D | lkc_proto.h | 29 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 D | symbol.c | 42 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 D | conf.c | 234 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 D | lkc.h | 116 static inline tristate sym_get_tristate_value(const struct symbol *sym) in sym_get_tristate_value()
|
| A D | expr.c | 891 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 D | qconf.h | 68 void setValue(ConfigItem* item, tristate val);
|
| A D | mconf.c | 460 tristate val; in build_conf()
|
| A D | qconf.cc | 103 tristate expr; in updateMenu() 499 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() 503 tristate oldval; in setValue()
|
| A D | gconf.c | 155 tristate val; in set_node() 689 tristate newval; in change_sym_value()
|
| A D | menu.c | 539 tristate visible; in menu_is_visible()
|
| A D | nconf.c | 767 tristate val; in build_conf()
|
Completed in 22 milliseconds