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

/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dtest.c24 aexpr ::= nexpr | nexpr "-a" aexpr ;
25 nexpr ::= primary | "!" primary
142 static int nexpr(enum token);
272 if (!nexpr(n))
283 nexpr(enum token n) function
291 return !nexpr(n);

Completed in 89 milliseconds