Searched refs:tristate (Results 1 – 16 of 16) sorted by relevance
/busybox-1.35.0/scripts/kconfig/ |
D | lkc_proto.h | 26 P(sym_tristate_within_range,bool,(struct symbol *sym,tristate tri)); 27 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri)); 28 P(sym_toggle_tristate_value,tristate,(struct symbol *sym));
|
D | expr.h | 30 typedef enum tristate { enum 32 } tristate; typedef 54 tristate tri; 59 tristate tri; 72 tristate visible; 163 tristate expr_calc_value(struct expr *e);
|
D | symbol.c | 35 tristate modules_val; 196 tristate tri; in sym_calc_visibility() 403 bool sym_tristate_within_range(struct symbol *sym, tristate val) in sym_tristate_within_range() 422 bool sym_set_tristate_value(struct symbol *sym, tristate val) in sym_set_tristate_value() 424 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() 461 tristate sym_toggle_tristate_value(struct symbol *sym) in sym_toggle_tristate_value() 463 tristate oldval, newval; in sym_toggle_tristate_value() 620 tristate val; in sym_get_string_value()
|
D | zconf.gperf | 30 tristate, T_TYPE, TF_COMMAND, S_TRISTATE keyword
|
D | conf.c | 72 tristate val; in conf_askvalue() 197 val = (tristate)(random() % 3); in conf_askvalue() 247 tristate oldval, newval; in conf_sym()
|
D | lkc.h | 107 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
|
D | zconf.hash.c_shipped | 90 char kconf_id_strings_str8[sizeof("tristate")]; 123 "tristate",
|
D | qconf.h | 83 void setValue(ConfigItem* item, tristate val);
|
D | qconf.cc | 184 tristate expr; in updateMenu() 502 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue() 506 tristate oldval; in setValue()
|
D | menu.c | 350 tristate visible; in menu_is_visible()
|
D | expr.c | 942 tristate expr_calc_value(struct expr *e) in expr_calc_value() 944 tristate val1, val2; in expr_calc_value()
|
D | mconf.c | 581 tristate val; in build_conf()
|
D | gconf.c | 919 tristate oldval, newval; in change_sym_value() 1184 tristate val; in fill_row()
|
D | zconf.tab.c_shipped | 2064 fputs(" tristate\n", out);
|
/busybox-1.35.0/docs/ |
D | Kconfig-language.txt | 51 - type definition: "bool"/"tristate"/"string"/"hex"/"integer" 53 tristate and string, the other types base on these two. The type 103 the input range of tristate symbols. The tristate logic used in the 117 (1) Convert the symbol into an expression. Boolean and tristate symbols 214 options. A choice can only be of type bool or tristate, while a boolean 215 choice only allows a single config entry to be selected, a tristate
|
/busybox-1.35.0/miscutils/ |
D | hdparm.c | 420 IF_FEATURE_HDPARM_HDIO_TRISTATE_HWIF( unsigned long tristate;) 489 #define tristate (G.tristate ) macro 1969 args[1] = tristate; 2168 IF_FEATURE_HDPARM_HDIO_TRISTATE_HWIF(if (c == 'x') perform_tristate = parse_opts_0_1(&tristate));
|