Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshnodes.h119 struct regnod *swlst;
124 struct regnod struct
128 struct regnod *regnxt; argument
203 struct regnod reg;
/titanic_41/usr/src/cmd/sh/
H A Dmode.h209 struct regnod *swlst;
212 struct regnod struct
216 struct regnod *regnxt; argument
H A Dfunc.c38 static void freereg(struct regnod *);
183 freereg(struct regnod *regp) in freereg()
185 struct regnod *sav; in freereg()
371 struct regnod *swl; in prf()
H A Dcmd.c43 static struct regnod * syncase();
198 static struct regnod *
207 struct regnod *r =
208 (struct regnod *)getstor(sizeof (struct regnod));
H A Dxec.c474 struct regnod *regp;
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dtrestore.c38 static struct regnod *r_switch(Shell_t*);
312 static struct regnod *r_switch(Shell_t *shp) in r_switch()
315 struct regnod *reg=0,*regold,*regtop=0; in r_switch()
318 reg = (struct regnod*)getnode(shp->stk,regnod); in r_switch()
H A Dtdump.c39 static int p_switch(const struct regnod*);
242 static int p_switch(register const struct regnod *reg) in p_switch()
H A Ddeparse.c52 static void p_switch(const struct regnod*);
545 static void p_switch(register const struct regnod *reg) in p_switch()
H A Dparse.c58 static struct regnod *syncase(Lex_t*,int);
590 static struct regnod* syncase(Lex_t *lexp,register int esym) in syncase()
593 register struct regnod *r; in syncase()
595 return(NIL(struct regnod*)); in syncase()
596 r = (struct regnod*)stakalloc(sizeof(struct regnod)); in syncase()
629 return(NIL(struct regnod*)); in syncase()
H A Dxec.c172 static int p_switch(struct regnod*);
273 static int p_switch(register struct regnod *reg) in p_switch()