Home
last modified time | relevance | path

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

/titanic_41/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;
/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h128 struct regnod *regnxt; member
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dtrestore.c322 regold->regnxt = reg; in r_switch()
329 reg->regnxt = 0; in r_switch()
H A Ddeparse.c559 if(reg->regnxt) in p_switch()
560 p_switch(reg->regnxt); in p_switch()
H A Dtdump.c249 reg = reg->regnxt; in p_switch()
H A Dparse.c616 r->regnxt=syncase(lexp,esym); in syncase()
620 r->regnxt=syncase(lexp,esym); in syncase()
626 r->regnxt=0; in syncase()
H A Dxec.c280 reg = reg->regnxt; in p_switch()
1868 (t=(Shnode_t*)t->reg.regnxt)); in sh_exec()
1876 t=(Shnode_t*)t->reg.regnxt; in sh_exec()