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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtest.c43 oexpr ::= aexpr | aexpr "-o" oexpr ;
49 | "(" oexpr ")"
162 static int oexpr();
219 res = !oexpr(t_lex(*t_wp));
239 oexpr(n) function
246 return oexpr(t_lex(*++t_wp)) || res;
282 res = oexpr(t_lex(*++t_wp));

Completed in 75 milliseconds