Home
last modified time | relevance | path

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

/scripts/kconfig/
Dconf.c136 if (sym && !sym_has_value(sym)) in randomize_choice_values()
146 if (sym && !sym_has_value(sym)) in randomize_choice_values()
236 if (!sym || !menu->prompt || sym_has_value(sym) || in conf_set_all_new_symbols()
293 if (!sym_has_value(sym)) in conf_askvalue()
309 if (sym_has_value(sym)) { in conf_askvalue()
451 if (!sym_has_value(child->sym)) { in conf_choice()
583 if (sym && !sym_has_value(sym) && sym_is_changeable(sym)) { in check_conf()
Dlkc.h127 static inline bool sym_has_value(const struct symbol *sym) in sym_has_value() function
Dsymbol.c296 if (sym_has_value(sym) && sym->def[S_DEF_USER].tri == yes) { in sym_calc_choice()
308 if (res && sym_has_value(res) && res->def[S_DEF_USER].tri == no) in sym_calc_choice()
317 if (!sym || sym->visible == no || sym_has_value(sym)) in sym_calc_choice()
450 if (sym_has_value(sym)) { in sym_calc_value()
484 if (sym->visible != no && sym_has_value(sym)) { in sym_calc_value()
Dmconf.c576 (sym_has_value(sym) || !sym_is_changeable(sym)) ? in build_conf()
583 (sym_has_value(sym) || !sym_is_changeable(sym)) ? in build_conf()
Dconfdata.c506 if (sym_has_value(sym) && (sym->flags & SYMBOL_WRITE)) { in conf_read()
519 } else if (!sym_has_value(sym) && !(sym->flags & SYMBOL_WRITE)) in conf_read()
Dnconf.c884 (sym_has_value(sym) || in build_conf()
890 (sym_has_value(sym) || !sym_is_changeable(sym)) ? in build_conf()
Dgconf.c1021 sym && !sym_has_value(sym) ? "(NEW)" : ""); in fill_row()
Dqconf.cc178 if (!sym_has_value(sym) && visible) in updateMenu()