Searched refs:tristate (Results 1 – 18 of 18) 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; 304 tristate expr_calc_value(struct expr *e); 316 tristate pr_type, const char *title);
|
D | lkc_proto.h | 25 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);
|
D | symbol.c | 40 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()
|
D | lkc.h | 133 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
|
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 | confdata.c | 1334 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()
|
D | conf.c | 168 tristate oldval, newval; in conf_sym()
|
D | qconf.cc | 95 tristate expr; in updateMenu() 483 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() 487 tristate oldval; in setValue()
|
D | mconf.c | 472 tristate val; in build_conf()
|
D | gconf.c | 809 tristate newval; in change_sym_value() 1043 tristate val; in fill_row()
|
D | menu.c | 642 tristate visible; in menu_is_visible()
|
D | nconf.c | 742 tristate val; in build_conf()
|
/scripts/kconfig/tests/inter_choice/ |
D | Kconfig | 11 tristate "Choice 0" 14 tristate "Choice 1"
|