oexpr
static int oexpr(enum token);
res = oexpr(t_lex(*t_wp));
res = !oexpr(t_lex(*t_wp));
return oexpr(t_lex(nargc > 0 ? (--nargc, *++t_wp) : NULL)) ||
res = oexpr(nn);