Searched refs:tristate (Results 1 – 17 of 17) sorted by relevance
/scripts/kconfig/ |
D | expr.h | 27 typedef enum tristate { enum 29 } tristate; typedef 56 tristate tri; 61 tristate tri; 83 tristate visible; 211 tristate expr_calc_value(struct expr *e);
|
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);
|
D | confdata.c | 958 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()
|
D | symbol.c | 34 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()
|
D | zconf.gperf | 32 tristate, T_TYPE, TF_COMMAND, S_TRISTATE keyword
|
D | lkc.h | 146 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
|
D | zconf.hash.c_shipped | 97 char kconf_id_strings_str8[sizeof("tristate")]; 134 "tristate",
|
D | qconf.h | 67 void setValue(ConfigItem* item, tristate val);
|
D | conf.c | 170 tristate oldval, newval; in conf_sym()
|
D | qconf.cc | 111 tristate expr; in updateMenu() 466 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() 470 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 | expr.c | 917 tristate expr_calc_value(struct expr *e) in expr_calc_value() 919 tristate val1, val2; in expr_calc_value()
|
D | menu.c | 473 tristate visible; in menu_is_visible()
|
D | nconf.c | 739 tristate val; in build_conf()
|
D | zconf.tab.c_shipped | 2459 fputs(" tristate\n", out);
|
/scripts/ |
D | Makefile.modbuiltin | 13 -include include/config/tristate.conf
|