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

/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h126 } Shscope_t; typedef in typeref:struct:sh_scope
139 Shscope_t *topscope; /* pointer to top-level scope */
206 extern Shscope_t *sh_getscope(int,int);
207 extern Shscope_t *sh_setscope(Shscope_t*);
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h135 } Shscope_t; typedef in typeref:struct:sh_scope
148 Shscope_t *topscope; /* pointer to top-level scope */
216 extern __MANGLE__ Shscope_t *sh_getscope __PROTO__((int,int));
217 extern __MANGLE__ Shscope_t *sh_setscope __PROTO__((Shscope_t*));
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h135 } Shscope_t; typedef in typeref:struct:sh_scope
148 Shscope_t *topscope; /* pointer to top-level scope */
216 extern __MANGLE__ Shscope_t *sh_getscope __PROTO__((int,int));
217 extern __MANGLE__ Shscope_t *sh_setscope __PROTO__((Shscope_t*));
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h135 } Shscope_t; typedef in typeref:struct:sh_scope
148 Shscope_t *topscope; /* pointer to top-level scope */
216 extern __MANGLE__ Shscope_t *sh_getscope __PROTO__((int,int));
217 extern __MANGLE__ Shscope_t *sh_setscope __PROTO__((Shscope_t*));
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h135 } Shscope_t; typedef in typeref:struct:sh_scope
148 Shscope_t *topscope; /* pointer to top-level scope */
216 extern __MANGLE__ Shscope_t *sh_getscope __PROTO__((int,int));
217 extern __MANGLE__ Shscope_t *sh_setscope __PROTO__((Shscope_t*));
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dmisc.c274 shp->topscope = (Shscope_t*)shp->st.self;
311 /* only restore the top Shscope_t portion for posix functions */
312 memcpy((void*)&shp->st, (void*)prevscope, sizeof(Shscope_t));
313 shp->topscope = (Shscope_t*)prevscope;
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dname.c3320 Shscope_t *sh_getscope(int index, int whence)
3343 return((Shscope_t*)0);
3345 return((Shscope_t*)sp);
3351 Shscope_t *sh_setscope(Shscope_t *scope)
3354 Shscope_t *old = (Shscope_t*)shp->st.self;
H A Dxec.c419 Shscope_t *sp;
3151 shp->topscope = (Shscope_t*)shp->st.self;
3245 if(shp->topscope != (Shscope_t*)shp->st.self)
3254 shp->topscope = (Shscope_t*)prevscope;
3323 Shscope_t *sp = sh_getscope(0,SEEK_END);
H A Dinit.c1468 shp->topscope = (Shscope_t*)shp->st.self;

Completed in 52 milliseconds