Searched refs:topscope (Results 1 - 5 of 5) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dshell.h142 Shscope_t *topscope; /* pointer to top-level scope */ member in struct:Shell_s
/ast/src/cmd/ksh93/bltins/
H A Dmisc.c275 shp->topscope = (Shscope_t*)shp->st.self;
315 shp->topscope = (Shscope_t*)prevscope;
/ast/src/cmd/ksh93/sh/
H A Dxec.c3348 shp->topscope = (Shscope_t*)shp->st.self;
3430 if(shp->topscope != (Shscope_t*)shp->st.self)
3431 sh_setscope(shp->topscope);
3443 shp->topscope = (Shscope_t*)prevscope;
3482 if((struct sh_scoped*)shp->topscope != shp->st.self)
3483 sh_setscope(shp->topscope);
H A Dname.c3504 if ((struct sh_scoped*)shp->topscope != shp->st.self)
3505 topmost = (struct sh_scoped*)shp->topscope;
H A Dinit.c1547 shp->topscope = (Shscope_t*)shp->st.self;

Completed in 42 milliseconds