Home | History | Annotate | Download | only in nawk-20071023

Lines Matching defs:arg

336 Cell *arg(Node **a, int n)	/* nth argument of a function */
340 dprintf( ("arg(%d), fp->nargs=%d\n", n, fp->nargs) );
1464 Cell *bltin(Node **a, int n) /* builtin functions. a[0] is type, a[1] is arg list */