Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dconfdata.c362 if (sym->def[S_DEF_USER].tri != sym_get_tristate_value(sym)) in conf_read()
450 switch (sym_get_tristate_value(sym)) { in conf_write_symbol()
530 sym_get_tristate_value(sym) == yes) in conf_write_defconfig()
688 if (sym_get_tristate_value(sym) == in conf_split_config()
710 if (sym_get_tristate_value(sym) == no) in conf_split_config()
831 switch (sym_get_tristate_value(sym)) { in conf_write_autoconf()
H A Dconf.c172 oldval = sym_get_tristate_value(sym); in conf_sym()
242 switch (sym_get_tristate_value(sym)) { in conf_choice()
251 switch (sym_get_tristate_value(sym)) { in conf_choice()
425 (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes)) { in check_conf()
H A Dmconf.c411 val = sym_get_tristate_value(sym); in build_conf()
455 val = sym_get_tristate_value(sym); in build_conf()
567 if (sym_is_choice(sym) && sym_get_tristate_value(sym) == yes) in conf()
H A Dnconf.c802 val = sym_get_tristate_value(sym); in build_conf()
851 val = sym_get_tristate_value(sym); in build_conf()
1182 sym_get_tristate_value(sym) == yes) in conf()
H A Dsymbol.c477 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value()
515 oldval = newval = sym_get_tristate_value(sym); in sym_toggle_tristate_value()
749 val = sym_get_tristate_value(sym); in sym_get_string_value()
H A Dqconf.cc173 expr = sym_get_tristate_value(sym); in updateMenu()
498 oldval = sym_get_tristate_value(sym); in setValue()
529 oldexpr = sym_get_tristate_value(sym); in changeValue()
H A Dlkc.h156 static inline tristate sym_get_tristate_value(struct symbol *sym) in sym_get_tristate_value() function
H A Dgconf.c854 oldval = sym_get_tristate_value(sym); in change_sym_value()
1176 val = sym_get_tristate_value(sym); in fill_row()
H A Dmenu.c457 if (!sym || sym_get_tristate_value(menu->sym) == no) in menu_is_visible()