Searched refs:tristate (Results 1 – 18 of 18) sorted by relevance
/scripts/kconfig/ |
D | expr.h | 26 typedef enum tristate { enum 28 } tristate; typedef 53 tristate tri; 58 tristate tri; 80 tristate visible; 194 tristate expr_calc_value(struct expr *e);
|
D | lkc_proto.h | 39 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));
|
D | confdata.c | 889 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()
|
D | symbol.c | 34 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()
|
D | zconf.gperf | 31 tristate, T_TYPE, TF_COMMAND, S_TRISTATE keyword
|
D | lkc.h | 150 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
|
D | streamline_config.pl | 214 } elsif ($state ne "NONE" && /^\s*tristate\s\S/) {
|
D | zconf.hash.c_shipped | 97 char kconf_id_strings_str8[sizeof("tristate")]; 132 "tristate",
|
D | qconf.h | 74 void setValue(ConfigItem* item, tristate val);
|
D | mconf.c | 345 tristate val; in build_conf()
|
D | conf.c | 165 tristate oldval, newval; in conf_sym()
|
D | qconf.cc | 121 tristate expr; in updateMenu() 484 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() 488 tristate oldval; in setValue()
|
D | gconf.c | 833 tristate newval; in change_sym_value() 1067 tristate val; in fill_row()
|
D | menu.c | 437 tristate visible; in menu_is_visible()
|
D | expr.c | 938 tristate expr_calc_value(struct expr *e) in expr_calc_value() 940 tristate val1, val2; in expr_calc_value()
|
D | nconf.c | 738 tristate val; in build_conf()
|
D | zconf.tab.c_shipped | 2383 fputs(" tristate\n", out);
|
/scripts/ |
D | Makefile.modbuiltin | 13 -include include/config/tristate.conf
|