Home
last modified time | relevance | path

Searched refs:implied (Results 1 – 4 of 4) sorted by relevance

/scripts/kconfig/
Dsymbol.c224 if (sym->implied.expr && sym->dir_dep.tri != no) in sym_calc_visibility()
225 tri = expr_calc_value(sym->implied.expr); in sym_calc_visibility()
228 if (sym->implied.tri != tri) { in sym_calc_visibility()
229 sym->implied.tri = tri; in sym_calc_visibility()
394 if (sym->implied.tri != no) { in sym_calc_value()
396 newval.tri = EXPR_OR(newval.tri, sym->implied.tri); in sym_calc_value()
405 (sym_get_type(sym) == S_BOOLEAN || sym->implied.tri == yes)) in sym_calc_value()
487 if (sym->implied.tri == yes && val == mod) in sym_tristate_within_range()
742 if (val < sym->implied.tri) in sym_get_string_default()
743 val = sym->implied.tri; in sym_get_string_default()
[all …]
Dmenu.c404 es->implied.expr = expr_alloc_or(es->implied.expr, in menu_finalize()
831 if (sym->implied.expr) { in get_symbol_str()
832 expr_gstr_print_revdep(sym->implied.expr, r, yes, " Implied by [y]:\n"); in get_symbol_str()
833 expr_gstr_print_revdep(sym->implied.expr, r, mod, " Implied by [m]:\n"); in get_symbol_str()
834 expr_gstr_print_revdep(sym->implied.expr, r, no, " Implied by [n]:\n"); in get_symbol_str()
Dexpr.h131 struct expr_value implied; member
/scripts/kconfig/tests/err_recursive_dep/
Dexpected_stderr25 Kconfig:42: symbol E2 is implied by E1