Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/kconfig/
Dlkc_proto.h26 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));
Dexpr.h30 typedef enum tristate { enum
32 } tristate; typedef
54 tristate tri;
59 tristate tri;
72 tristate visible;
163 tristate expr_calc_value(struct expr *e);
Dsymbol.c35 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()
Dzconf.gperf30 tristate, T_TYPE, TF_COMMAND, S_TRISTATE keyword
Dconf.c72 tristate val; in conf_askvalue()
197 val = (tristate)(random() % 3); in conf_askvalue()
247 tristate oldval, newval; in conf_sym()
Dlkc.h107 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value()
Dzconf.hash.c_shipped90 char kconf_id_strings_str8[sizeof("tristate")];
123 "tristate",
Dqconf.h83 void setValue(ConfigItem* item, tristate val);
Dqconf.cc184 tristate expr; in updateMenu()
502 void ConfigList::setValue(ConfigItem* item, tristate val) in setValue()
506 tristate oldval; in setValue()
Dmenu.c350 tristate visible; in menu_is_visible()
Dexpr.c942 tristate expr_calc_value(struct expr *e) in expr_calc_value()
944 tristate val1, val2; in expr_calc_value()
Dmconf.c581 tristate val; in build_conf()
Dgconf.c919 tristate oldval, newval; in change_sym_value()
1184 tristate val; in fill_row()
Dzconf.tab.c_shipped2064 fputs(" tristate\n", out);
/busybox-1.35.0/docs/
DKconfig-language.txt51 - 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/
Dhdparm.c420 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));