Home
last modified time | relevance | path

Searched refs:ndef (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A Dps_include.awk23 if(ndef)
26 ndef++
/illumos-gate/usr/src/cmd/awk/
H A Drun.c251 int i, ncall, ndef; in call() local
272 ndef = (int)fcn->fval; /* args in defn */ in call()
274 s, ncall, ndef, fp-frame)); in call()
275 if (ncall > ndef) { in call()
277 s, ncall, ndef); in call()
279 if (ncall + ndef > NARGS) { in call()
281 s, ncall+ndef, NARGS); in call()
301 for (; i < ndef; i++) { /* add null args for ones not provided */ in call()
316 fp->nargs = ndef; /* number defined with (excess are locals) */ in call()
324 for (i = 0; i < ndef; i++) { in call()