Home
last modified time | relevance | path

Searched refs:E_AND (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/scripts/kconfig/
Dexpr.c58 return e2 ? expr_alloc_two(E_AND, e1, e2) : e1; in expr_alloc_and()
89 case E_AND: in expr_copy()
120 case E_AND: in expr_free()
161 case E_AND: in __expr_eliminate_eq()
176 case E_AND: in expr_eliminate_eq()
183 case E_AND: in expr_eliminate_eq()
209 case E_AND: in expr_eq()
242 case E_AND: in expr_eliminate_yn()
328 case E_AND: in expr_trans_bool()
530 case E_OR: case E_AND: in expr_eliminate_dups1()
[all …]
Dexpr.h32 E_NONE, E_OR, E_AND, E_NOT, E_EQUAL, E_UNEQUAL, E_LIST, E_SYMBOL, E_RANGE enumerator
Dzconf.y475 | expr T_AND expr { $$ = expr_alloc_two(E_AND, $1, $3); }
Dmenu.c92 case E_AND: in menu_check_dep()
Dsymbol.c1161 case E_AND: in sym_check_expr_deps()
Dzconf.tab.c2040 { (yyval.expr) = expr_alloc_two(E_AND, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); }
Dzconf.tab.c_shipped2040 { (yyval.expr) = expr_alloc_two(E_AND, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); }