Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h142 Shscope_t *topscope; /* pointer to top-level scope */ member
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dmisc.c275 shp->topscope = (Shscope_t*)shp->st.self; in b_dot_cmd()
315 shp->topscope = (Shscope_t*)prevscope; in b_dot_cmd()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c3365 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()
H A Dname.c3522 if ((struct sh_scoped*)shp->topscope != shp->st.self) in sh_getscope()
3523 topmost = (struct sh_scoped*)shp->topscope; in sh_getscope()
H A Dinit.c1554 shp->topscope = (Shscope_t*)shp->st.self; in sh_init()