Searched refs:funct (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dtdump.c133 if(sfputu(outfile,t->funct.functline)<0)
135 if(p_string(t->funct.functnam)<0)
137 if(p_tree(t->funct.functtre)<0)
139 return(p_tree((Shnode_t*)t->funct.functargs));
H A Dtrestore.c139 t->funct.functloc = -1;
140 t->funct.functline = sfgetu(infile);
141 t->funct.functnam = r_string(shp->stk);
153 t->funct.functtre = r_tree(shp);
154 t->funct.functstak = slp;
155 t->funct.functargs = (struct comnod*)r_tree(shp);
H A Ddeparse.c297 sfprintf(outfile,"%s",t->funct.functnam);
303 tflags = (t->funct.functargs?' ':'\n');
304 sfputr(outfile,t->funct.functnam,tflags);
305 if(t->funct.functargs)
309 p_comarg(t->funct.functargs);
316 p_tree(t->funct.functtre,0);
H A Dxec.c345 n=sh_tclear(t->funct.functtre);
346 return(n+sh_tclear((Shnode_t*)t->funct.functargs));
2669 sh_exec(t->funct.functtre,0);
2702 error_info.line = t->funct.functline-shp->st.firstline;
2770 if(t->funct.functstak)
2777 struct comnod *ac = t->funct.functargs;
2778 slp = t->funct.functstak;
2782 nv_funtree(np) = (int*)(t->funct.functtre);
2783 np->nvalue.rp->hoffset = t->funct.functloc;
2784 np->nvalue.rp->lineno = t->funct
[all...]
/ast/src/cmd/ksh93/include/
H A Dshnodes.h208 struct functnod funct; member in union:Shnode_u

Completed in 352 milliseconds