Searched refs:aexpr (Results 1 – 1 of 1) sorted by relevance
171 static int aexpr(enum token);244 res = aexpr(n); in oexpr()254 aexpr(enum token n) in aexpr() function260 return aexpr(t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL)) && in aexpr()