Home
last modified time | relevance | path

Searched refs:sym_get_tristate_value (Results 1 – 9 of 9) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/config/
A Dconf.c176 oldval = sym_get_tristate_value(sym); in conf_sym()
246 switch (sym_get_tristate_value(sym)) { in conf_choice()
255 switch (sym_get_tristate_value(sym)) { in conf_choice()
431 (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes)) { in check_conf()
A Dmconf.c541 val = sym_get_tristate_value(sym); in build_conf()
585 val = sym_get_tristate_value(sym); in build_conf()
697 if (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes) in conf()
A Dconfdata.c421 if (sym->def[S_DEF_USER].tri != sym_get_tristate_value(sym)) in conf_read()
705 sym_get_tristate_value(sym) == yes) in conf_write_defconfig()
866 if (sym_get_tristate_value(sym) == in conf_split_config()
888 if (sym_get_tristate_value(sym) == no) in conf_split_config()
A Dlkc.h161 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() function
A Dnconf.c803 val = sym_get_tristate_value(sym); in build_conf()
852 val = sym_get_tristate_value(sym); in build_conf()
1178 sym_get_tristate_value(sym) == yes) in conf()
A Dsymbol.c494 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value()
532 oldval = newval = sym_get_tristate_value(sym); in sym_toggle_tristate_value()
766 val = sym_get_tristate_value(sym); in sym_get_string_value()
A Dqconf.cc174 expr = sym_get_tristate_value(sym); in updateMenu()
499 oldval = sym_get_tristate_value(sym); in setValue()
530 oldexpr = sym_get_tristate_value(sym); in changeValue()
A Dmenu.c486 if (!sym || sym_get_tristate_value(menu->sym) == no) in menu_is_visible()
A Dgconf.c1143 val = sym_get_tristate_value(sym); in fill_row()

Completed in 18 milliseconds