Home
last modified time | relevance | path

Searched refs:dotre (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/cmd/sh/
H A Dfunc.c113 freetree(whptr(t)->dotre); in freetree()
340 prf(whptr(t)->dotre); in prf()
H A Dmode.h194 struct trenod *dotre; member
H A Dxec.c450 i = execute(whptr(t)->dotre, XEC_NOSTOP, errorflg);
H A Dcmd.c349 t->dotre = cmd(ODSYM, NLFLG);
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h102 Shnode_t *dotre; member
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dtdump.c106 return(p_tree(t->wh.dotre)); in p_tree()
H A Dtrestore.c94 t->wh.dotre = r_tree(shp); in r_tree()
H A Ddeparse.c170 t = t->wh.dotre; in p_tree()
H A Dxec.c226 n+=sh_tclear(t->wh.dotre); in sh_tclear()
1725 sh_tclear(t->wh.dotre); in sh_exec()
1760 r = sh_exec(t->wh.dotre,first|errorflg); in sh_exec()
1777 sh_tclear(t->wh.dotre); in sh_exec()
H A Dparse.c709 tw->wh.dotre = sh_cmd(lexp,n==DOSYM?DONESYM:RBRACE,SH_NL); in arithfor()
1183 t->wh.dotre = sh_cmd(lexp,DONESYM,SH_NL|SH_SEMI); in item()