Searched defs:ndef (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/awk/
H A Drun.c186 int i, ncall, ndef, freed = 0; local
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; local
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;
[all...]

Completed in 47 milliseconds