Searched refs:topscope (Results 1 – 14 of 14) sorted by relevance
136 Shscope_t *topscope; /* pointer to top-level scope */ member
142 Shscope_t *topscope; /* pointer to top-level scope */ member
145 Shscope_t *topscope; /* pointer to top-level scope */ member
274 shp->topscope = (Shscope_t*)shp->st.self; in b_dot_cmd()312 shp->topscope = (Shscope_t*)prevscope; in b_dot_cmd()
275 shp->topscope = (Shscope_t*)shp->st.self; in b_dot_cmd() 315 shp->topscope = (Shscope_t*)prevscope; in b_dot_cmd()
2578 shp->topscope = (Shscope_t*)shp->st.self; in sh_funscope()2658 if(shp->topscope != (Shscope_t*)shp->st.self) in sh_funscope()2659 sh_setscope(shp->topscope); in sh_funscope()2667 shp->topscope = (Shscope_t*)prevscope; in sh_funscope()2703 if((struct sh_scoped*)shp->topscope != shp->st.self) in sh_funct()2704 sh_setscope(shp->topscope); in sh_funct()
3069 if ((struct sh_scoped*)sh.topscope != sh.st.self) in sh_getscope()3070 topmost = (struct sh_scoped*)sh.topscope; in sh_getscope()
1298 shp->topscope = (Shscope_t*)shp->st.self; in sh_init()
3365 shp->topscope = (Shscope_t*)shp->st.self; in sh_funscope() 3449 if(shp->topscope != (Shscope_t*)shp->st.self) in sh_funscope() 3450 sh_setscope(shp->topscope); in sh_funscope() 3462 shp->topscope = (Shscope_t*)prevscope; in sh_funscope() 3502 if((struct sh_scoped*)shp->topscope != shp->st.self) in sh_funct() 3503 sh_setscope(shp->topscope); in sh_funct()
3522 if ((struct sh_scoped*)shp->topscope != shp->st.self) in sh_getscope() 3523 topmost = (struct sh_scoped*)shp->topscope; in sh_getscope()
1554 shp->topscope = (Shscope_t*)shp->st.self; in sh_init()