Searched refs:nargs (Results 1 – 3 of 3) sorted by relevance
2134 int nargs; in handle_function() local2153 for (nargs=1, end=beg; *end != '\0'; ++end) in handle_function()2155 ++nargs; in handle_function()2169 argvp = argv = (char **) alloca (sizeof (char *) * (nargs + 2)); in handle_function()2190 for (p=beg, nargs=0; p <= end; ++argvp) in handle_function()2194 ++nargs; in handle_function()2196 if (nargs == entry_p->maximum_args in handle_function()2213 *op = expand_builtin_function (*op, nargs, argv, entry_p); in handle_function()
209 int nargs; /* number of arguments in this call */ member278 fp->nargs = ndef; /* number defined with (excess are locals) */ in call()340 dprintf( ("arg(%d), fp->nargs=%d\n", n, fp->nargs) ); in arg()341 if (n+1 > fp->nargs) in arg()
125 dest='launch_name', nargs=1)