Searched refs:ndef (Results 1 – 2 of 2) sorted by relevance
/titanic_44/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | ps_include.awk | 23 if(ndef) 26 ndef++
|
/titanic_44/usr/src/cmd/awk/ |
H A D | run.c | 186 int i, ncall, ndef, freed = 0; in call() local 205 ndef = (int)fcn->fval; /* args in defn */ in call() 207 s, ncall, ndef, fp-frame)); in call() 208 if (ncall > ndef) { in call() 210 s, ncall, ndef WARNING; in call() 212 if (ncall + ndef > NARGS) { in call() 214 s, ncall+ndef, NARGS FATAL; in call() 234 for (; i < ndef; i++) { /* add null args for ones not provided */ in call() 249 fp->nargs = ndef; /* number defined with (excess are locals) */ in call() 257 for (i = 0; i < ndef; i++) { in call()
|