Home
last modified time | relevance | path

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

/scripts/kconfig/
Dexpr.h26 typedef enum tristate { enum
28 } tristate; typedef
53 tristate tri;
58 tristate tri;
80 tristate visible;
194 tristate expr_calc_value(struct expr *e);
Dlkc_proto.h39 P(sym_tristate_within_range,bool,(struct symbol *sym,tristate tri));
40 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
41 P(sym_toggle_tristate_value,tristate,(struct symbol *sym));
Dconfdata.c889 FILE *out, *tristate, *out_h; in conf_write_autoconf() local
903 tristate = fopen(".tmpconfig_tristate", "w"); in conf_write_autoconf()
904 if (!tristate) { in conf_write_autoconf()
912 fclose(tristate); in conf_write_autoconf()
918 conf_write_heading(tristate, &tristate_printer_cb, NULL); in conf_write_autoconf()
930 conf_write_symbol(tristate, sym, &tristate_printer_cb, (void *)1); in conf_write_autoconf()
935 fclose(tristate); in conf_write_autoconf()
1072 sym->def[S_DEF_USER].tri = (tristate)(rand() % cnt); in conf_set_all_new_symbols()
Dsymbol.c34 tristate modules_val;
191 tristate tri; in sym_calc_visibility()
462 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range()
481 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value()
483 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value()
517 tristate sym_toggle_tristate_value(struct symbol *sym) in sym_toggle_tristate_value()
519 tristate oldval, newval; in sym_toggle_tristate_value()
686 tristate val; in sym_get_string_default()
750 tristate val; in sym_get_string_value()
Dzconf.gperf31 tristate, T_TYPE, TF_COMMAND, S_TRISTATE keyword
Dlkc.h150 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
Dstreamline_config.pl214 } elsif ($state ne "NONE" && /^\s*tristate\s\S/) {
Dzconf.hash.c_shipped97 char kconf_id_strings_str8[sizeof("tristate")];
132 "tristate",
Dqconf.h74 void setValue(ConfigItem* item, tristate val);
Dmconf.c345 tristate val; in build_conf()
Dconf.c165 tristate oldval, newval; in conf_sym()
Dqconf.cc121 tristate expr; in updateMenu()
484 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue()
488 tristate oldval; in setValue()
Dgconf.c833 tristate newval; in change_sym_value()
1067 tristate val; in fill_row()
Dmenu.c437 tristate visible; in menu_is_visible()
Dexpr.c938 tristate expr_calc_value(struct expr *e) in expr_calc_value()
940 tristate val1, val2; in expr_calc_value()
Dnconf.c738 tristate val; in build_conf()
Dzconf.tab.c_shipped2383 fputs(" tristate\n", out);
/scripts/
DMakefile.modbuiltin13 -include include/config/tristate.conf