Home
last modified time | relevance | path

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

/illumos-gate/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);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h103 Shnode_t *dotre; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/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.c331 n+=sh_tclear(t->wh.dotre); in sh_tclear()
2414 sh_exec(t->wh.dotre,0); in sh_exec()
2425 sh_tclear(t->wh.dotre); in sh_exec()
2452 r = sh_exec(t->wh.dotre,first|errorflg); in sh_exec()
2469 sh_tclear(t->wh.dotre); in sh_exec()
H A Dparse.c741 tw->wh.dotre = sh_cmd(lexp,n==DOSYM?DONESYM:RBRACE,SH_NL|SH_SEMI); in arithfor()
1287 t->wh.dotre = sh_cmd(lexp,DONESYM,SH_NL|SH_SEMI); in item()