Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/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()
217 fp->fortre = r_tree(shp); in r_arg()
H A Ddeparse.c263 t = t->for_.fortre; in p_tree()
401 p_tree(fp->fortre,0); in p_arg()
H A Dxec.c237 n=sh_tclear(t->for_.fortre); in sh_tclear()
267 sh_tclear(((struct fornod*)arg->argchn.ap)->fortre); in p_arg()
1599 sh_tclear(t->for_.fortre); in sh_exec()
1681 sh_exec(t->for_.fortre,flag); in sh_exec()
1697 sh_tclear(t->for_.fortre); in sh_exec()
1989 sh_exec(t->for_.fortre,flags); in sh_exec()
H A Dparse.c904 tp = &t->for_.fortre; in assign()
1151 t->for_.fortre=sh_cmd(lexp,tok==DOSYM?DONESYM:RBRACE,SH_NL|SH_SEMI); in item()
1172 t->for_.fortre = sh_cmd(lexp,RBRACE,SH_NL); in item()
H A Dname.c336 register Shnode_t *tp=fp->fortre; in nv_setlist()
/titanic_41/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);
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h110 Shnode_t *fortre; member