Home
last modified time | relevance | path

Searched refs:right (Results 1 – 10 of 10) sorted by relevance

/scripts/kconfig/
Dexpr.c35 e->right.expr = e2; in expr_alloc_two()
44 e->right.sym = s2; in expr_alloc_comp()
81 e->right.sym = org->right.sym; in expr_copy()
87 e->right.expr = expr_copy(org->right.expr); in expr_copy()
116 expr_free(e->right.expr); in expr_free()
134 __expr_eliminate_eq(type, &e1->right.expr, &e2); in __expr_eliminate_eq()
139 __expr_eliminate_eq(type, &e1, &e2->right.expr); in __expr_eliminate_eq()
198 return e1->left.sym == e2->left.sym && e1->right.sym == e2->right.sym; in expr_eq()
238 e->right.expr = expr_eliminate_yn(e->right.expr); in expr_eliminate_yn()
242 expr_free(e->right.expr); in expr_eliminate_yn()
[all …]
Dsymbol.c177 val2 = sym_get_range_val(prop->expr->right.sym, base); in sym_validate_range()
516 if (e->right.sym->visible != no) in sym_set_tristate_value()
517 e->right.sym->flags |= SYMBOL_DEF_USER; in sym_set_tristate_value()
610 val <= sym_get_range_val(prop->expr->right.sym, 10); in sym_string_within_range()
619 val <= sym_get_range_val(prop->expr->right.sym, 16); in sym_string_within_range()
1113 return sym_check_expr_deps(e->right.expr); in sym_check_expr_deps()
1121 return sym_check_deps(e->right.sym); in sym_check_expr_deps()
1314 sym_env_list->right.sym = sym; in prop_add_env()
Dexpr.h42 union expr_data left, right; member
50 for (e = (l); e && (s = e->right.sym); e = e->left.expr)
Dmenu.c94 e->right.expr = menu_check_dep(e->right.expr); in menu_check_dep()
266 !menu_validate_number(sym, prop->expr->right.sym)) in sym_check_prop()
406 (*ep)->right.sym = menu->sym; in menu_finalize()
Dzconf.tab.c_shipped601 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
882 /* YYLEX -- calling `yylex' with the right arguments. */
Dzconf.lex.c_shipped1352 * globals. Here is the right place to do so, because
/scripts/genksyms/
Dparse.tab.c_shipped624 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
947 /* YYLEX -- calling `yylex' with the right arguments. */
Dlex.lex.c_shipped925 * globals. Here is the right place to do so, because
/scripts/dtc/
Ddtc-parser.tab.c_shipped563 /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN. */
784 /* YYLEX -- calling `yylex' with the right arguments. */
Ddtc-lexer.lex.c_shipped1228 * globals. Here is the right place to do so, because