Searched refs:aexpr (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 ;
44 aexpr ::= nexpr | nexpr "-a" aexpr ;
163 static int aexpr();
244 res = aexpr(n);
252 aexpr(n) function
259 return aexpr(t_lex(*++t_wp)) && res;

Completed in 28 milliseconds