Home
last modified time | relevance | path

Searched refs:functargs (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c303 tflags = (t->funct.functargs?' ':'\n'); in p_tree()
305 if(t->funct.functargs) in p_tree()
309 p_comarg(t->funct.functargs); in p_tree()
H A Dparse.c770 t->funct.functargs = 0; in funct()
827 t->funct.functargs = ac = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*)); in funct()
873 fp->functargs = 0; in funct()
882 char *cp, *sp, **argv, **old = ((struct dolnod*)t->funct.functargs->comarg)->dolval+1; in funct()
884 dp->dolnum = ((struct dolnod*)t->funct.functargs->comarg)->dolnum; in funct()
885 t->funct.functargs->comarg = (struct argnod*)dp; in funct()
1268 t->funct.functargs = 0; in item()
H A Dtdump.c139 return(p_tree((Shnode_t*)t->funct.functargs)); in p_tree()
H A Dtrestore.c155 t->funct.functargs = (struct comnod*)r_tree(shp); in r_tree()
H A Dxec.c349 return(n+sh_tclear((Shnode_t*)t->funct.functargs)); in sh_tclear()
2789 struct comnod *ac = t->funct.functargs; in sh_exec()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h161 struct comnod *functargs; member