Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/kconfig/
Dsymbol.c217 if (sym->rev_dep.expr) in sym_calc_visibility()
218 tri = expr_calc_value(sym->rev_dep.expr); in sym_calc_visibility()
221 if (sym->rev_dep.tri != tri) { in sym_calc_visibility()
222 sym->rev_dep.tri = tri; in sym_calc_visibility()
313 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, yes, in sym_warn_unmet_dep()
315 expr_gstr_print_revdep(sym->rev_dep.expr, &gs, mod, in sym_warn_unmet_dep()
386 if (sym->rev_dep.tri != no) in sym_calc_value()
402 if (sym->dir_dep.tri < sym->rev_dep.tri) in sym_calc_value()
404 newval.tri = EXPR_OR(newval.tri, sym->rev_dep.tri); in sym_calc_value()
487 if (sym->visible <= sym->rev_dep.tri) in sym_tristate_within_range()
[all …]
Dmenu.c403 es->rev_dep.expr = expr_alloc_or(es->rev_dep.expr, in menu_finalize()
598 sym->rev_dep.expr = expr_alloc_or(sym->rev_dep.expr, in menu_finalize()
827 if (sym->rev_dep.expr) { in get_symbol_str()
828 expr_gstr_print_revdep(sym->rev_dep.expr, r, yes, " Selected by [y]:\n"); in get_symbol_str()
829 expr_gstr_print_revdep(sym->rev_dep.expr, r, mod, " Selected by [m]:\n"); in get_symbol_str()
830 expr_gstr_print_revdep(sym->rev_dep.expr, r, no, " Selected by [n]:\n"); in get_symbol_str()
Dexpr.h126 struct expr_value rev_dep; member
Dmconf.c604 if (sym->rev_dep.tri == mod) in build_conf()
Dqconf.cc1136 if (sym->rev_dep.expr) { in debug_info()
1138 expr_print(sym->rev_dep.expr, expr_print_help, &debug, E_NONE); in debug_info()
Dnconf.c881 if (sym->rev_dep.tri == mod) in build_conf()