Searched refs:rev_dep (Results 1 – 6 of 6) sorted by relevance
| /scripts/kconfig/ |
| A D | symbol.c | 242 if (sym->rev_dep.expr) in sym_calc_visibility() 243 tri = expr_calc_value(sym->rev_dep.expr); in sym_calc_visibility() 246 if (sym->rev_dep.tri != tri) { in sym_calc_visibility() 247 sym->rev_dep.tri = tri; in sym_calc_visibility() 472 if (sym->rev_dep.tri != no) in sym_calc_value() 490 if (sym->dir_dep.tri < sym->rev_dep.tri) in sym_calc_value() 556 if (sym->visible <= sym->rev_dep.tri) in sym_tristate_within_range() 829 val = EXPR_OR(val, sym->rev_dep.tri); in sym_get_string_default() 1133 } else if (stack->expr == &sym->rev_dep.expr) { in sym_check_print_recursive() 1209 stack.expr = &sym->rev_dep.expr; in sym_check_sym_deps() [all …]
|
| A D | menu.c | 371 es->rev_dep.expr = expr_alloc_or(es->rev_dep.expr, in _menu_finalize() 747 if (sym->rev_dep.expr) { in get_symbol_str() 748 expr_gstr_print_revdep(sym->rev_dep.expr, r, yes, "Selected by [y]:\n"); in get_symbol_str() 749 expr_gstr_print_revdep(sym->rev_dep.expr, r, mod, "Selected by [m]:\n"); in get_symbol_str() 750 expr_gstr_print_revdep(sym->rev_dep.expr, r, no, "Selected by [n]:\n"); in get_symbol_str()
|
| A D | expr.h | 137 struct expr_value rev_dep; member
|
| A D | mconf.c | 560 if (sym->rev_dep.tri == mod) in build_conf()
|
| A D | qconf.cc | 1073 if (sym->rev_dep.expr) { in debug_info() 1075 expr_print(sym->rev_dep.expr, expr_print_help, &stream, E_NONE); in debug_info()
|
| A D | nconf.c | 869 if (sym->rev_dep.tri == mod) in build_conf()
|
Completed in 16 milliseconds