Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/sh/
H A Ddeparse.c294 tflags = (t->funct.functargs?' ':'\n'); in p_tree()
296 if(t->funct.functargs) in p_tree()
300 p_comarg(t->funct.functargs); in p_tree()
H A Dtdump.c139 return(p_tree((Shnode_t*)t->funct.functargs)); in p_tree()
H A Dtrestore.c157 t->funct.functargs = (struct comnod*)r_tree(shp); in r_tree()
H A Dparse.c738 t->funct.functargs = 0; in funct()
791 t->funct.functargs = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*)); in funct()
H A Dxec.c244 return(n+sh_tclear((Shnode_t*)t->funct.functargs)); in sh_tclear()
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h160 struct comnod *functargs; member