Searched refs:Shscope_t (Results 1 – 9 of 9) sorted by relevance
123 } Shscope_t; typedef136 Shscope_t *topscope; /* pointer to top-level scope */203 extern Shscope_t *sh_getscope(int,int);204 extern Shscope_t *sh_setscope(Shscope_t*);
132 } Shscope_t; typedef145 Shscope_t *topscope; /* pointer to top-level scope */213 extern __MANGLE__ Shscope_t *sh_getscope __PROTO__((int,int));214 extern __MANGLE__ Shscope_t *sh_setscope __PROTO__((Shscope_t*));
274 shp->topscope = (Shscope_t*)shp->st.self; in b_dot_cmd()311 memcpy((void*)&shp->st, (void*)prevscope, sizeof(Shscope_t)); in b_dot_cmd()312 shp->topscope = (Shscope_t*)prevscope; in b_dot_cmd()
3062 Shscope_t *sh_getscope(int index, int whence) in sh_getscope()3084 return((Shscope_t*)0); in sh_getscope()3086 return((Shscope_t*)sp); in sh_getscope()3092 Shscope_t *sh_setscope(Shscope_t *scope) in sh_setscope()3094 Shscope_t *old = (Shscope_t*)sh.st.self; in sh_setscope()
350 Shscope_t *sp; in put_level()2578 shp->topscope = (Shscope_t*)shp->st.self; in sh_funscope()2658 if(shp->topscope != (Shscope_t*)shp->st.self) in sh_funscope()2667 shp->topscope = (Shscope_t*)prevscope; in sh_funscope()2732 Shscope_t *sp = sh_getscope(0,SEEK_END); in sh_funct()
1298 shp->topscope = (Shscope_t*)shp->st.self; in sh_init()