Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshnodes.h120 struct regnod *swlst;
125 struct regnod struct
129 struct regnod *regnxt; argument
204 struct regnod reg;
/illumos-gate/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;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dtrestore.c38 static struct regnod *r_switch(Shell_t*);
316 static struct regnod *r_switch(Shell_t *shp) in r_switch()
319 struct regnod *reg=0,*regold,*regtop=0; in r_switch()
322 reg = (struct regnod*)getnode(shp->stk,regnod); in r_switch()
H A Dtdump.c39 static int p_switch(const struct regnod*);
244 static int p_switch(register const struct regnod *reg) in p_switch()
H A Ddeparse.c52 static void p_switch(const struct regnod*);
564 static void p_switch(register const struct regnod *reg) in p_switch()
H A Dparse.c62 static struct regnod *syncase(Lex_t*,int);
622 static struct regnod* syncase(Lex_t *lexp,register int esym) in syncase()
625 register struct regnod *r; in syncase()
627 return(NIL(struct regnod*)); in syncase()
628 r = (struct regnod*)stakalloc(sizeof(struct regnod)); in syncase()
661 return(NIL(struct regnod*)); in syncase()
H A Dxec.c277 static int p_switch(struct regnod*);
378 static int p_switch(register struct regnod *reg) in p_switch()