Searched refs:NARGS (Results 1 – 1 of 1) sorted by relevance
215 #define NARGS 50 /* max args in a call */ macro227 Cell *args[NARGS], *oargs[NARGS]; /* BUG: fixed size arrays */ in call()247 if (ncall + ndef > NARGS) in call()248 FATAL("function %s has %d arguments, limit %d", s, ncall+ndef, NARGS); in call()