Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sh/
H A Dfunc.c191 sav = regp->regnxt; in freereg()
397 swl = swl->regnxt; in prf()
H A Dmode.h216 struct regnod *regnxt; member
H A Dcmd.c237 r->regnxt = syncase(esym);
241 r->regnxt = 0;
H A Dxec.c495 regp = regp->regnxt;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h129 struct regnod *regnxt; member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtrestore.c326 regold->regnxt = reg; in r_switch()
333 reg->regnxt = 0; in r_switch()
H A Ddeparse.c578 if(reg->regnxt) in p_switch()
579 p_switch(reg->regnxt); in p_switch()
H A Dtdump.c251 reg = reg->regnxt; in p_switch()
H A Dparse.c648 r->regnxt=syncase(lexp,esym); in syncase()
652 r->regnxt=syncase(lexp,esym); in syncase()
658 r->regnxt=0; in syncase()
H A Dxec.c385 reg = reg->regnxt; in p_switch()
2576 (t=(Shnode_t*)t->reg.regnxt)); in sh_exec()
2584 t=(Shnode_t*)t->reg.regnxt; in sh_exec()