Searched refs:p_comarg (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dtdump.c37 static int p_comarg(const struct comnod*);
79 return(p_comarg((struct comnod*)t));
216 static int p_comarg(register const struct comnod *com) function
H A Ddeparse.c49 static void p_comarg(const struct comnod*);
101 p_comarg((struct comnod*)t);
266 p_comarg(t->for_.forlst);
309 p_comarg(t->funct.functargs);
515 static void p_comarg(register const struct comnod *com) function
H A Dxec.c275 static int p_comarg(register struct comnod *com) function
315 return(p_comarg((struct comnod*)t));

Completed in 47 milliseconds