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

/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h139 Shscope_t *topscope; /* pointer to top-level scope */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h148 Shscope_t *topscope; /* pointer to top-level scope */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h148 Shscope_t *topscope; /* pointer to top-level scope */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h148 Shscope_t *topscope; /* pointer to top-level scope */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h148 Shscope_t *topscope; /* pointer to top-level scope */ member in struct:Shell_s
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dmisc.c274 shp->topscope = (Shscope_t*)shp->st.self;
313 shp->topscope = (Shscope_t*)prevscope;
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c3151 shp->topscope = (Shscope_t*)shp->st.self;
3245 if(shp->topscope != (Shscope_t*)shp->st.self)
3246 sh_setscope(shp->topscope);
3254 shp->topscope = (Shscope_t*)prevscope;
3292 if((struct sh_scoped*)shp->topscope != shp->st.self)
3293 sh_setscope(shp->topscope);
H A Dname.c3328 if ((struct sh_scoped*)shp->topscope != shp->st.self)
3329 topmost = (struct sh_scoped*)shp->topscope;
H A Dinit.c1468 shp->topscope = (Shscope_t*)shp->st.self;

Completed in 71 milliseconds