Searched refs:ncall (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/awk-20/src/
H A Drun.c227 int i, ncall, ndef; local
243 for (ncall = 0, x = a[1]; x != NULL; x = x->nnext) /* args in call */
244 ncall++;
246 dprintf( ("calling %s, %d args (%d in defn), fp=%d\n", s, ncall, ndef, (int) (fp-frame)) );
247 if (ncall > ndef)
249 s, ncall, ndef);
250 if (ncall + ndef > NARGS)
251 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS);
292 if (i >= ncall) {
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dbytecomp.el1225 (ncall (length (cdr form))))
1231 (when (or (< ncall (car sig))
1232 (and (cdr sig) (> ncall (cdr sig))))
1236 (car form) ncall
1237 (if (= 1 ncall) "" "s")
1238 (if (< ncall (car sig))
3811 (let ((ncall (length (cdr form))))
3814 fun ncall
3815 (if (= 1 ncall) "" "s")
3816 (if (< ncall
[all...]

Completed in 102 milliseconds