Home
last modified time | relevance | path

Searched refs:fortre (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtdump.c121 if(p_tree(t->for_.fortre)<0) in p_tree()
182 p_tree(fp->fortre); in p_arg()
H A Dtrestore.c117 t->for_.fortre = r_tree(shp); in r_tree()
221 fp->fortre = r_tree(shp); in r_arg()
H A Ddeparse.c272 t = t->for_.fortre; in p_tree()
418 p_tree(fp->fortre,0); in p_arg()
H A Dxec.c342 n=sh_tclear(t->for_.fortre); in sh_tclear()
372 sh_tclear(((struct fornod*)arg->argchn.ap)->fortre); in p_arg()
2263 sh_tclear(t->for_.fortre); in sh_exec()
2349 sh_exec(t->for_.fortre,0); in sh_exec()
2354 sh_exec(t->for_.fortre,flag); in sh_exec()
2370 sh_tclear(t->for_.fortre); in sh_exec()
2708 sh_exec(t->for_.fortre,flags|sh_state(SH_ERREXIT)); in sh_exec()
H A Dparse.c977 tp = &t->for_.fortre; in assign()
1254 t->for_.fortre=sh_cmd(lexp,tok==DOSYM?DONESYM:RBRACE,SH_NL|SH_SEMI); in item()
H A Dname.c353 register Shnode_t *tp=fp->fortre; in nv_setlist()
/illumos-gate/usr/src/cmd/sh/
H A Dfunc.c99 freetree(f->fortre); in freetree()
324 prf(f->fortre); in prf()
H A Dmode.h200 struct trenod *fortre; member
H A Dxec.c427 execute(forptr(t)->fortre, XEC_NOSTOP, errorflg);
H A Dcmd.c335 t->fortre = cmd(wdval == DOSYM ? ODSYM : KTSYM, NLFLG);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h111 Shnode_t *fortre; member