Home
last modified time | relevance | path

Searched refs:sym_get_choice_value (Results 1 – 3 of 3) sorted by relevance

/external/toybox/kconfig/
Dmconf.c472 struct symbol *def_sym = sym_get_choice_value(sym); in build_conf()
722 active = sym_get_choice_value(menu->sym); in conf_choice()
736 if (child->sym == sym_get_choice_value(menu->sym)) in conf_choice()
Dlkc.h121 static inline struct symbol *sym_get_choice_value(struct symbol *sym) in sym_get_choice_value() function
Dconf.c316 def_sym = sym_get_choice_value(sym); in conf_choice()