Home
last modified time | relevance | path

Searched refs:sym_has_value (Results 1 – 7 of 7) sorted by relevance

/scripts/kconfig/
Dconf.c82 if (!sym_has_value(sym)) in conf_askvalue()
98 if (sym_has_value(sym)) { in conf_askvalue()
236 is_new = !sym_has_value(sym); in conf_choice()
283 if (!sym_has_value(child->sym)) in conf_choice()
418 if (sym && !sym_has_value(sym)) { in check_conf()
Dconfdata.c329 if (sym_has_value(sym) && (sym->flags & SYMBOL_WRITE)) { in conf_read()
343 } else if (!sym_has_value(sym) && !(sym->flags & SYMBOL_WRITE)) in conf_read()
363 if (sym_has_value(sym) && !sym_is_choice_value(sym)) { in conf_read()
825 if (sym_has_value(sym)) in conf_set_all_new_symbols()
869 if (sym_has_value(csym) || !sym_is_choice(csym)) in conf_set_all_new_symbols()
Dlkc.h159 static inline bool sym_has_value(struct symbol *sym) in sym_has_value() function
Dmconf.c563 (sym_has_value(sym) || !sym_is_changable(sym)) ? in build_conf()
571 (sym_has_value(sym) || !sym_is_changable(sym)) ? in build_conf()
Dsymbol.c307 if (sym_has_value(sym)) { in sym_calc_value()
334 if (sym_has_value(sym)) { in sym_calc_value()
Dgconf.c1177 sym && sym_has_value(sym) ? "(NEW)" : ""); in fill_row()
Dqconf.cc210 if (!sym_has_value(sym) && visible) in updateMenu()