Home
last modified time | relevance | path

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

/scripts/kconfig/
Dexpr.h27 typedef enum tristate { enum
29 } tristate; typedef
56 tristate tri;
61 tristate tri;
83 tristate visible;
211 tristate expr_calc_value(struct expr *e);
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);
Dconfdata.c958 FILE *out, *tristate, *out_h; in conf_write_autoconf() local
972 tristate = fopen(".tmpconfig_tristate", "w"); in conf_write_autoconf()
973 if (!tristate) { in conf_write_autoconf()
981 fclose(tristate); in conf_write_autoconf()
987 conf_write_heading(tristate, &tristate_printer_cb, NULL); in conf_write_autoconf()
999 conf_write_symbol(tristate, sym, &tristate_printer_cb, (void *)1); in conf_write_autoconf()
1004 fclose(tristate); in conf_write_autoconf()
Dsymbol.c34 tristate modules_val;
213 tristate tri; in sym_calc_visibility()
487 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range()
506 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value()
508 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value()
542 tristate sym_toggle_tristate_value(struct symbol *sym) in sym_toggle_tristate_value()
544 tristate oldval, newval; in sym_toggle_tristate_value()
711 tristate val; in sym_get_string_default()
775 tristate val; in sym_get_string_value()
Dzconf.gperf32 tristate, T_TYPE, TF_COMMAND, S_TRISTATE keyword
Dlkc.h146 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
Dzconf.hash.c_shipped97 char kconf_id_strings_str8[sizeof("tristate")];
134 "tristate",
Dqconf.h67 void setValue(ConfigItem* item, tristate val);
Dconf.c170 tristate oldval, newval; in conf_sym()
Dqconf.cc111 tristate expr; in updateMenu()
466 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue()
470 tristate oldval; in setValue()
Dmconf.c472 tristate val; in build_conf()
Dgconf.c809 tristate newval; in change_sym_value()
1043 tristate val; in fill_row()
Dexpr.c917 tristate expr_calc_value(struct expr *e) in expr_calc_value()
919 tristate val1, val2; in expr_calc_value()
Dmenu.c473 tristate visible; in menu_is_visible()
Dnconf.c739 tristate val; in build_conf()
Dzconf.tab.c_shipped2459 fputs(" tristate\n", out);
/scripts/
DMakefile.modbuiltin13 -include include/config/tristate.conf