Home
last modified time | relevance | path

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

/scripts/kconfig/tests/choice/
A DKconfig32 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 Doldask0_expected_stdout7 tristate choice [M/y/?] (NEW)
10 optional tristate choice [N/m/y/?] (NEW)
A Doldask1_expected_stdout11 tristate choice
15 optional tristate choice [N/y/?]
/scripts/kconfig/tests/choice_value_with_m_dep/
A DKconfig6 tristate
13 tristate "Choice 0"
16 tristate "Choice 1"
/scripts/kconfig/
A Dexpr.h27 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 Dlkc_proto.h39 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 Dsymbol.c34 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 Dconfdata.c1018 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 Dlkc.h129 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
A Dqconf.h67 void setValue(ConfigItem* item, tristate val);
A Dexpr.c1026 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 Dconf.c165 tristate oldval, newval; in conf_sym()
A Dqconf.cc110 tristate expr; in updateMenu()
465 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue()
469 tristate oldval; in setValue()
A Dmconf.c471 tristate val; in build_conf()
A Dgconf.c781 tristate newval; in change_sym_value()
1011 tristate val; in fill_row()
A Dmenu.c631 tristate visible; in menu_is_visible()
A Dnconf.c739 tristate val; in build_conf()
/scripts/kconfig/tests/inter_choice/
A DKconfig9 tristate "Choice 0"
12 tristate "Choice 1"

Completed in 40 milliseconds