Home
last modified time | relevance | path

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

/linux/scripts/kconfig/
A Dsymbol.c220 if (sym->rev_dep.expr) in sym_calc_visibility()
221 tri = expr_calc_value(sym->rev_dep.expr); in sym_calc_visibility()
224 if (sym->rev_dep.tri != tri) { in sym_calc_visibility()
225 sym->rev_dep.tri = tri; in sym_calc_visibility()
389 if (sym->rev_dep.tri != no) in sym_calc_value()
407 if (sym->dir_dep.tri < sym->rev_dep.tri) in sym_calc_value()
491 if (sym->visible <= sym->rev_dep.tri) in sym_tristate_within_range()
734 val = EXPR_OR(val, sym->rev_dep.tri); in sym_get_string_default()
794 return sym->visible > sym->rev_dep.tri; in sym_is_changeable()
1134 stack.expr = &sym->rev_dep.expr; in sym_check_sym_deps()
[all …]
A Dmenu.c393 es->rev_dep.expr = expr_alloc_or(es->rev_dep.expr, in menu_finalize()
588 sym->rev_dep.expr = expr_alloc_or(sym->rev_dep.expr, in menu_finalize()
838 if (sym->rev_dep.expr) { in get_symbol_str()
839 expr_gstr_print_revdep(sym->rev_dep.expr, r, yes, "Selected by [y]:\n"); in get_symbol_str()
840 expr_gstr_print_revdep(sym->rev_dep.expr, r, mod, "Selected by [m]:\n"); in get_symbol_str()
841 expr_gstr_print_revdep(sym->rev_dep.expr, r, no, "Selected by [n]:\n"); in get_symbol_str()
A Dexpr.h126 struct expr_value rev_dep; member
A Dmconf.c602 if (sym->rev_dep.tri == mod) in build_conf()
A Dqconf.cc1077 if (sym->rev_dep.expr) { in debug_info()
1079 expr_print(sym->rev_dep.expr, expr_print_help, &stream, E_NONE); in debug_info()
A Dnconf.c877 if (sym->rev_dep.tri == mod) in build_conf()

Completed in 17 milliseconds