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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dtest.c30 oexpr ::= aexpr | aexpr "-o" oexpr ;
36 | "(" oexpr ")"
165 static arith_t oexpr(enum token n);
240 res = !oexpr(t_lex(*t_wp));
260 static arith_t oexpr(enum token n) function
266 return oexpr(t_lex(*++t_wp)) || res;
298 res = oexpr(t_lex(*++t_wp));

Completed in 60 milliseconds