Searched refs:functargs (Results 1 – 6 of 6) sorted by relevance
303 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()
770 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()
139 return(p_tree((Shnode_t*)t->funct.functargs)); in p_tree()
155 t->funct.functargs = (struct comnod*)r_tree(shp); in r_tree()
349 return(n+sh_tclear((Shnode_t*)t->funct.functargs)); in sh_tclear()2789 struct comnod *ac = t->funct.functargs; in sh_exec()
161 struct comnod *functargs; member