Searched refs:oexpr (Results 1 – 1 of 1) sorted by relevance
183 static int oexpr(enum token);219 res = oexpr(t_lex(*t_wp)); in main()221 res = !oexpr(t_lex(*t_wp)); in main()240 oexpr(enum token n) in oexpr() function246 return oexpr(t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL)) || in oexpr()290 res = oexpr(nn); in primary()