Searched refs:tristate (Results 1 – 17 of 17) sorted by relevance
/scripts/kconfig/tests/choice/ |
D | Kconfig | 34 prompt "tristate choice" 38 tristate "choice 0" 41 tristate "choice 1" 46 prompt "optional tristate choice" 51 tristate "choice 0" 54 tristate "choice 1"
|
D | oldask0_expected_stdout | 7 tristate choice [M/y/?] (NEW) 10 optional tristate choice [N/m/y/?] (NEW)
|
D | oldask1_expected_stdout | 11 tristate choice 15 optional tristate choice [N/y/?]
|
/scripts/kconfig/tests/choice_value_with_m_dep/ |
D | Kconfig | 8 tristate 15 tristate "Choice 0" 18 tristate "Choice 1"
|
/scripts/kconfig/ |
D | expr.h | 27 typedef enum tristate { enum 29 } tristate; typedef 56 tristate tri; 61 tristate tri; 114 tristate visible; 298 tristate expr_calc_value(struct expr *e); 310 tristate pr_type, const char *title);
|
D | lkc_proto.h | 26 bool sym_tristate_within_range(struct symbol *sym,tristate tri); 27 bool sym_set_tristate_value(struct symbol *sym,tristate tri); 28 tristate sym_toggle_tristate_value(struct symbol *sym);
|
D | symbol.c | 39 static tristate modules_val; 178 tristate tri; in sym_calc_visibility() 477 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range() 496 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() 498 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() 532 tristate sym_toggle_tristate_value(struct symbol *sym) in sym_toggle_tristate_value() 534 tristate oldval, newval; in sym_toggle_tristate_value() 701 tristate val; in sym_get_string_default() 768 tristate val; in sym_get_string_value()
|
D | lkc.h | 115 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
|
D | conf.c | 304 static void conf_rewrite_tristates(tristate old_val, tristate new_val) in conf_rewrite_tristates() 385 tristate oldval, newval; in conf_sym()
|
D | qconf.h | 69 void setValue(ConfigItem* item, tristate val);
|
D | expr.c | 1030 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()
|
D | qconf.cc | 95 tristate expr; in updateMenu() 485 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() 489 tristate oldval; in setValue()
|
D | mconf.c | 469 tristate val; in build_conf()
|
D | gconf.c | 805 tristate newval; in change_sym_value() 1039 tristate val; in fill_row()
|
D | menu.c | 621 tristate visible; in menu_is_visible()
|
D | nconf.c | 739 tristate val; in build_conf()
|
/scripts/kconfig/tests/inter_choice/ |
D | Kconfig | 11 tristate "Choice 0" 14 tristate "Choice 1"
|