Home
last modified time | relevance | path

Searched refs:rev_dep (Results 1 – 6 of 6) sorted by relevance

/linux/scripts/kconfig/
H A Dsymbol.c247 if (sym->rev_dep.expr) in sym_calc_visibility()
248 tri = expr_calc_value(sym->rev_dep.expr); in sym_calc_visibility()
251 if (sym->rev_dep.tri != tri) { in sym_calc_visibility()
252 sym->rev_dep.tri = tri; in sym_calc_visibility()
394 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, yes, in sym_warn_unmet_dep()
396 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, mod, in sym_warn_unmet_dep()
477 if (sym->rev_dep.tri != no) in sym_calc_value()
495 if (sym->dir_dep.tri < sym->rev_dep.tri) in sym_calc_value()
497 newval.tri = EXPR_OR(newval.tri, sym->rev_dep.tri); in sym_calc_value()
574 if (sym->visible <= sym->rev_dep.tri) in sym_tristate_within_range()
[all …]
H A Dmenu.c381 es->rev_dep.expr = expr_alloc_or(es->rev_dep.expr, in _menu_finalize()
757 if (sym->rev_dep.expr) { in get_symbol_str()
758 expr_gstr_print_revdep(sym->rev_dep.expr, r, yes, "Selected by [y]:\n"); in get_symbol_str()
759 expr_gstr_print_revdep(sym->rev_dep.expr, r, mod, "Selected by [m]:\n"); in get_symbol_str()
760 expr_gstr_print_revdep(sym->rev_dep.expr, r, no, "Selected by [n]:\n"); in get_symbol_str()
H A Dexpr.h137 struct expr_value rev_dep; member
H A Dmconf.c561 if (sym->rev_dep.tri == mod) in build_conf()
H A Dqconf.cc1071 if (sym->rev_dep.expr) { in debug_info()
1073 expr_print(sym->rev_dep.expr, expr_print_help, &stream, E_NONE); in debug_info()
H A Dnconf.c870 if (sym->rev_dep.tri == mod) in build_conf()