Lines Matching defs:ndef
186 int i, ncall, ndef, freed = 0;
205 ndef = (int)fcn->fval; /* args in defn */
207 s, ncall, ndef, fp-frame));
208 if (ncall > ndef) {
210 s, ncall, ndef WARNING;
212 if (ncall + ndef > NARGS) {
214 s, ncall+ndef, NARGS FATAL;
234 for (; i < ndef; i++) { /* add null args for ones not provided */
249 fp->nargs = ndef; /* number defined with (excess are locals) */
257 for (i = 0; i < ndef; i++) {