Searched refs:slnod (Results 1 – 8 of 8) sorted by relevance
59 struct slnod /* struct for link list of stacks */ struct61 struct slnod *slnext; argument62 struct slnod *slchild; argument65 struct slnod *slpad; argument
159 struct slnod *functstak;212 extern void sh_funstaks(struct slnod*,int);
82 struct slnod *staklist; /* link list of function stacks */
136 struct slnod *slp; in r_tree()144 slp = (struct slnod*)stkalloc(shp->stk,sizeof(struct slnod)+sizeof(struct functnod)); in r_tree()
78 struct slnod *staklist;453 void sh_funstaks(register struct slnod *slp,int flag) in sh_funstaks()455 register struct slnod *slpold; in sh_funstaks()720 struct slnod *volatile slp=0; in funct()804 slp = (struct slnod*)stakalloc(sizeof(struct slnod)+sizeof(struct functnod)); in funct()808 t->funct.functstak = (struct slnod*)slp; in funct()855 shp->st.staklist = (struct slnod*)slp; in funct()
468 struct slnod *saveslp = shp->st.staklist; in sh_eval()1097 register struct slnod *slp; in sh_exec()1120 slp = (struct slnod*)np->nvenv; in sh_exec()1956 register struct slnod *slp; in sh_exec()2057 slp = (struct slnod*)np->nvenv; in sh_exec()
2191 register struct slnod *slp = (struct slnod*)(np->nvenv); in _nv_unset()
1899 struct slnod *saveslp = mp->shp->st.staklist; in comsubst()