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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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.c1691 { (yyval.expr) = expr_alloc_two(E_OR, (yyvsp[-2].expr), (yyvsp[0].expr)); ;}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.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);
766 case E_OR:
H A Dmenu.c86 case E_OR:
H A Dconfdata.c298 cs->def[def].tri = E_OR(cs->def[def].tri, sym->def[def].tri);
H A Dzconf.y465 | expr T_OR expr { $$ = expr_alloc_two(E_OR, $1, $3); }
H A Dzconf.tab.c1814 { (yyval.expr) = expr_alloc_two(E_OR, (yyvsp[-2].expr), (yyvsp[0].expr)); ;}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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 83 milliseconds