Searched refs:E_OR (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dexpr.c64 return e2 ? expr_alloc_two(E_OR, e1, e2) : e1;
89 case E_OR:
118 case E_OR:
155 case E_OR:
173 case E_OR:
180 case E_OR:
208 case E_OR:
276 case E_OR:
327 case E_OR:
528 case E_OR
[all...]
H A Dexpr.h35 E_NONE, E_OR, E_AND, E_NOT, E_EQUAL, E_UNEQUAL, E_CHOICE, E_SYMBOL, E_RANGE enumerator in enum:expr_type
48 #define E_OR(dep1, dep2) (((dep1)>(dep2))?(dep1):(dep2)) macro
H A Dsymbol.c202 tri = E_OR(tri, prop->visible.tri);
306 } else if (E_OR(sym->visible, sym->rev_dep.tri) != no) {
315 newval.tri = E_OR(E_AND(newval.tri, sym->visible), sym->rev_dep.tri);
767 case E_OR:
H A Dconfdata.c259 cs->user.tri = E_OR(cs->user.tri, sym->user.tri);
H A Dmenu.c86 case E_OR:
H A Dzconf.y442 | expr T_OR expr { $$ = expr_alloc_two(E_OR, $1, $3); }
H A Dzconf.tab.c1692 { (yyval.expr) = expr_alloc_two(E_OR, (yyvsp[-2].expr), (yyvsp[0].expr)); ;}
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dexpr.c64 return e2 ? expr_alloc_two(E_OR, e1, e2) : e1;
89 case E_OR:
118 case E_OR:
156 case E_OR:
174 case E_OR:
181 case E_OR:
209 case E_OR:
277 case E_OR:
328 case E_OR:
529 case E_OR
[all...]
H A Dexpr.h34 E_NONE, E_OR, E_AND, E_NOT, E_EQUAL, E_UNEQUAL, E_LIST, E_SYMBOL, E_RANGE enumerator in enum:expr_type
H A Dmenu.c91 case E_OR:
H A Dzconf.y457 | expr T_OR expr { $$ = expr_alloc_two(E_OR, $1, $3); }
H A Dsymbol.c986 case E_OR:
H A Dzconf.tab.c1980 { (yyval.expr) = expr_alloc_two(E_OR, (yyvsp[(1) - (3)].expr), (yyvsp[(3) - (3)].expr)); ;}
/netgear-R7000-V1.0.7.12_1.2.5/src/router/config/
H A Dexpr.c80 case E_OR:
109 case E_OR:
146 case E_OR:
186 case E_OR:
251 case E_OR:
302 case E_OR:
493 case E_OR: case E_AND:
500 case E_OR:
544 case E_OR:
591 case E_OR
[all...]
H A Dexpr.h39 E_NONE, E_OR, E_AND, E_NOT, E_EQUAL, E_UNEQUAL, E_CHOICE, E_SYMBOL enumerator in enum:expr_type
60 #define E_OR(dep1, dep2) (((dep1)>(dep2))?(dep1):(dep2)) macro
H A Dsymbol.c146 visible = E_OR(visible, E_CALC(prop->visible));
H A Dzconf.y411 | expr T_OR expr { $$ = expr_alloc_two(E_OR, $1, $3); }

Completed in 215 milliseconds