Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libshell/common/include/
H A Dshell.h123 } Shscope_t; typedef
136 Shscope_t *topscope; /* pointer to top-level scope */
203 extern Shscope_t *sh_getscope(int,int);
204 extern Shscope_t *sh_setscope(Shscope_t*);
/titanic_44/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h132 } Shscope_t; typedef
145 Shscope_t *topscope; /* pointer to top-level scope */
213 extern __MANGLE__ Shscope_t *sh_getscope __PROTO__((int,int));
214 extern __MANGLE__ Shscope_t *sh_setscope __PROTO__((Shscope_t*));
/titanic_44/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h132 } Shscope_t; typedef
145 Shscope_t *topscope; /* pointer to top-level scope */
213 extern __MANGLE__ Shscope_t *sh_getscope __PROTO__((int,int));
214 extern __MANGLE__ Shscope_t *sh_setscope __PROTO__((Shscope_t*));
/titanic_44/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h132 } Shscope_t; typedef
145 Shscope_t *topscope; /* pointer to top-level scope */
213 extern __MANGLE__ Shscope_t *sh_getscope __PROTO__((int,int));
214 extern __MANGLE__ Shscope_t *sh_setscope __PROTO__((Shscope_t*));
/titanic_44/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h132 } Shscope_t; typedef
145 Shscope_t *topscope; /* pointer to top-level scope */
213 extern __MANGLE__ Shscope_t *sh_getscope __PROTO__((int,int));
214 extern __MANGLE__ Shscope_t *sh_setscope __PROTO__((Shscope_t*));
/titanic_44/usr/src/lib/libshell/common/bltins/
H A Dmisc.c274 shp->topscope = (Shscope_t*)shp->st.self; in b_dot_cmd()
311 memcpy((void*)&shp->st, (void*)prevscope, sizeof(Shscope_t)); in b_dot_cmd()
312 shp->topscope = (Shscope_t*)prevscope; in b_dot_cmd()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dname.c3062 Shscope_t *sh_getscope(int index, int whence) in sh_getscope()
3084 return((Shscope_t*)0); in sh_getscope()
3086 return((Shscope_t*)sp); in sh_getscope()
3092 Shscope_t *sh_setscope(Shscope_t *scope) in sh_setscope()
3094 Shscope_t *old = (Shscope_t*)sh.st.self; in sh_setscope()
H A Dxec.c350 Shscope_t *sp; in put_level()
2578 shp->topscope = (Shscope_t*)shp->st.self; in sh_funscope()
2658 if(shp->topscope != (Shscope_t*)shp->st.self) in sh_funscope()
2667 shp->topscope = (Shscope_t*)prevscope; in sh_funscope()
2732 Shscope_t *sp = sh_getscope(0,SEEK_END); in sh_funct()
H A Dinit.c1298 shp->topscope = (Shscope_t*)shp->st.self; in sh_init()