Home
last modified time | relevance | path

Searched refs:NARGS (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_argv.h49 unsigned char *argv[NARGS + 1]; /* WHAT A WASTE! */
H A Dex_tune.h94 #define NARGS (NCARGS/6) macro
H A Dex_io.c325 if (gp->argc0 >= NARGS) in glob()
/illumos-gate/usr/src/cmd/adbgen/common/
H A Dadbgen1.c43 #define NARGS 5 /* number of emitted subroutine arguments */ macro
89 char arg[NARGS][STRLEN]; /* arg list for called subroutine */
/illumos-gate/usr/src/cmd/saf/
H A Dsac.c670 #define NARGS 50 /* max # of args */ macro
672 static char *newargv[NARGS]; /* place for argv list */
/illumos-gate/usr/src/cmd/awk/
H A Drun.c239 #define NARGS 50 /* max args in a call */ macro
255 Cell *args[NARGS], *oargs[NARGS]; /* BUG: fixed size arrays */ in call()
279 if (ncall + ndef > NARGS) { in call()
281 s, ncall+ndef, NARGS); in call()