Searched refs:NARGS (Results 1 – 6 of 6) sorted by relevance
49 unsigned char *argv[NARGS + 1]; /* WHAT A WASTE! */
94 #define NARGS (NCARGS/6) macro
325 if (gp->argc0 >= NARGS) in glob()
43 #define NARGS 5 /* number of emitted subroutine arguments */ macro89 char arg[NARGS][STRLEN]; /* arg list for called subroutine */
670 #define NARGS 50 /* max # of args */ macro672 static char *newargv[NARGS]; /* place for argv list */
239 #define NARGS 50 /* max args in a call */ macro255 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()