OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sym_get_choice_value
(Results
1 - 3
of
3
) sorted by null
/external/toybox/kconfig/
lkc.h
121
static inline struct symbol *
sym_get_choice_value
(struct symbol *sym)
function
mconf.c
472
struct symbol *def_sym =
sym_get_choice_value
(sym);
722
active =
sym_get_choice_value
(menu->sym);
736
if (child->sym ==
sym_get_choice_value
(menu->sym))
conf.c
316
def_sym =
sym_get_choice_value
(sym);
Completed in 38 milliseconds