Searched refs:regnod (Results 1 – 10 of 10) sorted by relevance
119 struct regnod *swlst;124 struct regnod struct128 struct regnod *regnxt; argument203 struct regnod reg;
209 struct regnod *swlst;212 struct regnod struct216 struct regnod *regnxt; argument
38 static void freereg(struct regnod *);183 freereg(struct regnod *regp) in freereg()185 struct regnod *sav; in freereg()371 struct regnod *swl; in prf()
43 static struct regnod * syncase();198 static struct regnod *207 struct regnod *r =208 (struct regnod *)getstor(sizeof (struct regnod));
474 struct regnod *regp;
38 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()
39 static int p_switch(const struct regnod*);242 static int p_switch(register const struct regnod *reg) in p_switch()
52 static void p_switch(const struct regnod*);545 static void p_switch(register const struct regnod *reg) in p_switch()
58 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()
172 static int p_switch(struct regnod*);273 static int p_switch(register struct regnod *reg) in p_switch()