Searched refs:functargs (Results 1 – 6 of 6) sorted by relevance
294 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()
139 return(p_tree((Shnode_t*)t->funct.functargs)); in p_tree()
157 t->funct.functargs = (struct comnod*)r_tree(shp); in r_tree()
738 t->funct.functargs = 0; in funct()791 t->funct.functargs = (struct comnod*)simple(lexp,SH_NOIO|SH_FUNDEF,NIL(struct ionod*)); in funct()
244 return(n+sh_tclear((Shnode_t*)t->funct.functargs)); in sh_tclear()
160 struct comnod *functargs; member