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

/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtest.c44 aexpr ::= nexpr | nexpr "-a" aexpr ;
45 nexpr ::= primary | "!" primary
164 static int nexpr();
257 res = nexpr(n);
265 nexpr(n) function
269 return !nexpr(t_lex(*++t_wp));

Completed in 74 milliseconds