Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/sh/
H A Dfunc.c190 freetree(regp->regcom); in freereg()
395 prf(swl->regcom); in prf()
H A Dmode.h215 struct trenod *regcom; member
H A Dxec.c487 execute(regp->regcom, XEC_NOSTOP, errorflg);
H A Dcmd.c235 r->regcom = cmd(0, NLFLG | MTFLG);
/titanic_44/usr/src/lib/libshell/common/include/
H A Dshnodes.h127 Shnode_t *regcom; member
/titanic_44/usr/src/lib/libshell/common/sh/
H A Ddeparse.c552 if(reg->regcom) in p_switch()
553 p_tree(reg->regcom,0); in p_switch()
H A Dtdump.c248 p_tree(reg->regcom); in p_switch()
H A Dtrestore.c325 reg->regcom = r_tree(shp); in r_switch()
H A Dxec.c279 n+=sh_tclear(reg->regcom); in p_switch()
1866 do sh_exec(t->reg.regcom,(t->reg.regflag?0:flags)); in sh_exec()
H A Dparse.c614 r->regcom=sh_cmd(lexp,0,SH_NL|SH_EMPTY|SH_SEMI); in syncase()