Lines Matching refs:arity
13785 unsigned char arity;
14431 #define OPRINIT_ATTR(N, P, ARITY, F, ATTR) {N, F, P, ARITY, ATTR, sizeof(N) - 1}
14432 #define OPRINIT(N, P, ARITY, F) OPRINIT_ATTR(N, P, ARITY, F, 0)
14951 if (op->arity == 0) {
14962 rc = ExprTreeBuildTree(interp, builder, 0, EXPR_FUNC_ARGS | EXPR_UNTIL_CLOSE, op->arity);
14980 if (op->arity >= 3) {
14986 if (op->arity >= 2) {
14992 if (op->arity >= 1) {