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

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tune.h86 * proportional to them. Argv (and hence NARGS) is really unnecessary,
94 #define NARGS (NCARGS/6) macro
/illumos-gate/usr/src/cmd/saf/
H A Dsac.c674 #define NARGS 50 /* max # of args */ macro
676 static char *newargv[NARGS]; /* place for argv list */
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen1.c45 #define NARGS 5 /* number of emitted subroutine arguments */ macro
91 char arg[NARGS][STRLEN]; /* arg list for called subroutine */
/illumos-gate/usr/src/cmd/awk/
H A Drun.c174 #define NARGS 30 macro
188 Cell *args[NARGS], *oargs[NARGS], *y, *z, *fcn;
212 if (ncall + ndef > NARGS) {
214 s, ncall+ndef, NARGS FATAL;

Completed in 52 milliseconds