Searched refs:tristate (Results 1 – 18 of 18) sorted by relevance
| /scripts/kconfig/tests/choice/ |
| A D | Kconfig | 32 prompt "tristate choice" 36 tristate "choice 0" 39 tristate "choice 1" 44 prompt "optional tristate choice" 49 tristate "choice 0" 52 tristate "choice 1"
|
| A D | oldask0_expected_stdout | 7 tristate choice [M/y/?] (NEW) 10 optional tristate choice [N/m/y/?] (NEW)
|
| A D | oldask1_expected_stdout | 11 tristate choice 15 optional tristate choice [N/y/?]
|
| /scripts/kconfig/tests/choice_value_with_m_dep/ |
| A D | Kconfig | 6 tristate 13 tristate "Choice 0" 16 tristate "Choice 1"
|
| /scripts/kconfig/ |
| A D | expr.h | 27 typedef enum tristate { enum 29 } tristate; typedef 56 tristate tri; 61 tristate tri; 114 tristate visible; 303 tristate expr_calc_value(struct expr *e); 315 tristate pr_type, const char *title);
|
| A D | lkc_proto.h | 39 bool sym_tristate_within_range(struct symbol *sym,tristate tri); 40 bool sym_set_tristate_value(struct symbol *sym,tristate tri); 41 tristate sym_toggle_tristate_value(struct symbol *sym);
|
| A D | symbol.c | 34 tristate modules_val; 177 tristate tri; in sym_calc_visibility() 475 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() 769 tristate val; in sym_get_string_value()
|
| A D | confdata.c | 1018 FILE *out, *tristate, *out_h; in conf_write_autoconf() local 1032 tristate = fopen(".tmpconfig_tristate", "w"); in conf_write_autoconf() 1033 if (!tristate) { in conf_write_autoconf() 1041 fclose(tristate); in conf_write_autoconf() 1047 conf_write_heading(tristate, &tristate_printer_cb, NULL); in conf_write_autoconf() 1059 conf_write_symbol(tristate, sym, &tristate_printer_cb, (void *)1); in conf_write_autoconf() 1064 fclose(tristate); in conf_write_autoconf()
|
| A D | lkc.h | 129 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
|
| A D | qconf.h | 67 void setValue(ConfigItem* item, tristate val);
|
| A D | expr.c | 1026 tristate expr_calc_value(struct expr *e) in expr_calc_value() 1028 tristate val1, val2; in expr_calc_value() 1284 void *data, tristate pr_type, const char **title) in expr_print_revdep() 1302 tristate pr_type, const char *title) in expr_gstr_print_revdep()
|
| A D | conf.c | 165 tristate oldval, newval; in conf_sym()
|
| A D | qconf.cc | 110 tristate expr; in updateMenu() 465 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() 469 tristate oldval; in setValue()
|
| A D | mconf.c | 471 tristate val; in build_conf()
|
| A D | gconf.c | 781 tristate newval; in change_sym_value() 1011 tristate val; in fill_row()
|
| A D | menu.c | 631 tristate visible; in menu_is_visible()
|
| A D | nconf.c | 739 tristate val; in build_conf()
|
| /scripts/kconfig/tests/inter_choice/ |
| A D | Kconfig | 9 tristate "Choice 0" 12 tristate "Choice 1"
|
Completed in 29 milliseconds