Home
last modified time | relevance | path

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

/illumos-gate/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);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h128 Shnode_t *regcom; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Ddeparse.c571 if(reg->regcom) in p_switch()
572 p_tree(reg->regcom,0); in p_switch()
H A Dtdump.c250 p_tree(reg->regcom); in p_switch()
H A Dtrestore.c329 reg->regcom = r_tree(shp); in r_switch()
H A Dxec.c384 n+=sh_tclear(reg->regcom); in p_switch()
2554 sh_exec(t->reg.regcom,0); in sh_exec()
2574 do sh_exec(t->reg.regcom,(t->reg.regflag?(flags&sh_state(SH_ERREXIT)):flags)); in sh_exec()
H A Dparse.c646 r->regcom=sh_cmd(lexp,0,SH_NL|SH_EMPTY|SH_SEMI); in syncase()