Lines Matching refs:arity
70 if ((pp.state & (COMPATIBILITY|TRANSITION)) != COMPATIBILITY || !mac->arity) in ppcall()
190 if ((pp.token = (char*)&mp->arg[mac->arity + 1]) > pp.maxmac) in ppcall()
245 p = pp.token = (char*)&mp->arg[mac->arity + 1]; in ppcall()
256 for (c = 0; c < mac->arity; c++) in ppcall()
278 for (c = 0; c < mac->arity; c++) in ppcall()
286 for (c = 0; c < mac->arity; c++) in ppcall()
288 if (c >= mac->arity) in ppcall()
328 if (!n && (m++, (c < mac->arity - 1 || !(sym->flags & SYM_VARIADIC)))) in ppcall()
347 if (c < mac->arity) in ppcall()
408 if (c != mac->arity && !(sym->flags & SYM_EMPTY)) in ppcall()
410 n = mac->arity; in ppcall()
422 while (c < mac->arity) in ppcall()