Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtdump.c37 static int p_comarg(const struct comnod*);
79 return(p_comarg((struct comnod*)t)); in p_tree()
216 static int p_comarg(register const struct comnod *com) in p_comarg() function
H A Ddeparse.c49 static void p_comarg(const struct comnod*);
101 p_comarg((struct comnod*)t); in p_tree()
266 p_comarg(t->for_.forlst); in p_tree()
309 p_comarg(t->funct.functargs); in p_tree()
515 static void p_comarg(register const struct comnod *com) in p_comarg() function
H A Dxec.c278 static int p_comarg(register struct comnod *com) in p_comarg() function
318 return(p_comarg((struct comnod*)t)); in sh_tclear()