OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sym_set_tristate_value
(Results
1 - 5
of
5
) sorted by null
/external/toybox/kconfig/
lkc_proto.h
28
P(
sym_set_tristate_value
,bool,(struct symbol *sym,tristate tri));
lkc.h
128
return
sym_set_tristate_value
(chval, yes);
mconf.c
658
if (
sym_set_tristate_value
(sym, yes))
660
if (
sym_set_tristate_value
(sym, mod))
666
sym_set_tristate_value
(sym, no);
670
sym_set_tristate_value
(sym, mod);
748
sym_set_tristate_value
(child->sym, yes);
symbol.c
426
bool
sym_set_tristate_value
(struct symbol *sym, tristate val)
function
479
if (
sym_set_tristate_value
(sym, newval))
581
return
sym_set_tristate_value
(sym, yes);
583
return
sym_set_tristate_value
(sym, mod);
585
return
sym_set_tristate_value
(sym, no);
conf.c
269
if (
sym_set_tristate_value
(sym, newval))
Completed in 438 milliseconds