Home
last modified time | relevance | path

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

12

/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Dshell.h138 } Shscope_t; typedef
151 Shscope_t *topscope; /* pointer to top-level scope */
204 extern Shscope_t *sh_getscope(int,int);
221 extern Shscope_t *sh_setscope(Shscope_t*);
239 extern Shscope_t *sh_getscope_20120720(Shell_t*,int,int);
247 extern Shscope_t *sh_setscope_20120720(Shell_t*,Shscope_t*);
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Dshell.h129 } Shscope_t; typedef
142 Shscope_t *topscope; /* pointer to top-level scope */
211 extern Shscope_t *sh_getscope(int,int);
212 extern Shscope_t *sh_setscope(Shscope_t*);
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Dshell.h129 } Shscope_t; typedef
142 Shscope_t *topscope; /* pointer to top-level scope */
211 extern Shscope_t *sh_getscope(int,int);
212 extern Shscope_t *sh_setscope(Shscope_t*);
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Dshell.h107 } Shscope_t; typedef
118 Shscope_t *topscope; // pointer to top-level scope
312 extern Shscope_t *sh_getscope(Shell_t *, int, int);
317 extern Shscope_t *sh_setscope(Shell_t *, Shscope_t *);
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/bltins/
H A Dsource.c137 shp->topscope = (Shscope_t *)shp->st.self; in b_source()
174 memcpy(&shp->st, prevscope, sizeof(Shscope_t)); in b_source()
175 shp->topscope = (Shscope_t *)prevscope; in b_source()
/dports/shells/ksh93/ast-93u/src/lib/libtksh/src/
H A Deval.c394 static Shscope_t *globalframe; in Tcl_GlobalEval()
395 Shscope_t *oldframe; in Tcl_GlobalEval()
408 static Shscope_t *globalframe; in Tksh_GlobalEval()
409 Shscope_t *oldframe; in Tksh_GlobalEval()
H A Dshcompat.c7 Shscope_t *sp = sh_getscope(0, 1); in nv_getlevel()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/src/
H A Deval.c394 static Shscope_t *globalframe; in Tcl_GlobalEval()
395 Shscope_t *oldframe; in Tcl_GlobalEval()
408 static Shscope_t *globalframe; in Tksh_GlobalEval()
409 Shscope_t *oldframe; in Tksh_GlobalEval()
H A Dshcompat.c7 Shscope_t *sp = sh_getscope(0, 1); in nv_getlevel()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/src/
H A Deval.c394 static Shscope_t *globalframe; in Tcl_GlobalEval()
395 Shscope_t *oldframe; in Tcl_GlobalEval()
408 static Shscope_t *globalframe; in Tksh_GlobalEval()
409 Shscope_t *oldframe; in Tksh_GlobalEval()
H A Dshcompat.c7 Shscope_t *sp = sh_getscope(0, 1); in nv_getlevel()
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libtksh/include/
H A Dshcompat.h61 typedef Shscope_t CallFrame;
/dports/shells/ksh93/ast-93u/src/lib/libtksh/include/
H A Dshcompat.h61 typedef Shscope_t CallFrame;
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libtksh/include/
H A Dshcompat.h61 typedef Shscope_t CallFrame;
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/bltins/
H A Dmisc.c275 shp->topscope = (Shscope_t*)shp->st.self; in b_dot_cmd()
314 memcpy((void*)&shp->st, (void*)prevscope, sizeof(Shscope_t)); in b_dot_cmd()
315 shp->topscope = (Shscope_t*)prevscope; in b_dot_cmd()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/bltins/
H A Dmisc.c275 shp->topscope = (Shscope_t*)shp->st.self; in b_dot_cmd()
314 memcpy((void*)&shp->st, (void*)prevscope, sizeof(Shscope_t)); in b_dot_cmd()
315 shp->topscope = (Shscope_t*)prevscope; in b_dot_cmd()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/bltins/
H A Dmisc.c275 shp->topscope = (Shscope_t*)shp->st.self; in b_dot_cmd()
314 memcpy((void*)&shp->st, (void*)prevscope, sizeof(Shscope_t)); in b_dot_cmd()
315 shp->topscope = (Shscope_t*)prevscope; in b_dot_cmd()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dname.c3715 Shscope_t *sh_getscope_20120720(Shell_t *shp,int index, int whence) in sh_getscope_20120720()
3737 return((Shscope_t*)0); in sh_getscope_20120720()
3739 return((Shscope_t*)sp); in sh_getscope_20120720()
3743 Shscope_t *sh_getscope(int index, int whence) in sh_getscope()
3752 Shscope_t *sh_setscope(Shell_t *shp,Shscope_t *scope) in sh_setscope()
3754 Shscope_t *old = (Shscope_t*)shp->st.self; in sh_setscope()
3764 Shscope_t *sh_setscope(Shscope_t *scope) in sh_setscope()
H A Dxec.c480 Shscope_t *sp; in put_level()
3440 Shscope_t *sp = sh_getscope(shp,0,SEEK_END); in sh_funct()
4027 shp->topscope = (Shscope_t*)shp->st.self; in sh_funscope_20120720()
4115 if(shp->topscope != (Shscope_t*)shp->st.self) in sh_funscope_20120720()
4128 shp->topscope = (Shscope_t*)prevscope; in sh_funscope_20120720()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dname.c3496 Shscope_t *sh_getscope(int index, int whence) in sh_getscope()
3519 return((Shscope_t*)0); in sh_getscope()
3521 return((Shscope_t*)sp); in sh_getscope()
3527 Shscope_t *sh_setscope(Shscope_t *scope) in sh_setscope()
3530 Shscope_t *old = (Shscope_t*)shp->st.self; in sh_setscope()
H A Dxec.c452 Shscope_t *sp; in put_level()
3348 shp->topscope = (Shscope_t*)shp->st.self; in sh_funscope()
3430 if(shp->topscope != (Shscope_t*)shp->st.self) in sh_funscope()
3443 shp->topscope = (Shscope_t*)prevscope; in sh_funscope()
3514 Shscope_t *sp = sh_getscope(0,SEEK_END); in sh_funct()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dname.c3496 Shscope_t *sh_getscope(int index, int whence) in sh_getscope()
3519 return((Shscope_t*)0); in sh_getscope()
3521 return((Shscope_t*)sp); in sh_getscope()
3527 Shscope_t *sh_setscope(Shscope_t *scope) in sh_setscope()
3530 Shscope_t *old = (Shscope_t*)shp->st.self; in sh_setscope()
H A Dxec.c452 Shscope_t *sp; in put_level()
3348 shp->topscope = (Shscope_t*)shp->st.self; in sh_funscope()
3430 if(shp->topscope != (Shscope_t*)shp->st.self) in sh_funscope()
3443 shp->topscope = (Shscope_t*)prevscope; in sh_funscope()
3514 Shscope_t *sp = sh_getscope(0,SEEK_END); in sh_funct()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dname.c3078 Shscope_t *sh_getscope(Shell_t *shp, int index, int whence) { in sh_getscope()
3101 return (Shscope_t *)sp; // here be dragons in sh_getscope()
3107 Shscope_t *sh_setscope(Shell_t *shp, Shscope_t *scope) { in sh_setscope()
3108 Shscope_t *old = (Shscope_t *)shp->st.self; in sh_setscope()
H A Dxec.c557 Shscope_t *sp; in put_level()
2687 Shscope_t *sp = sh_getscope(shp, 0, SEEK_END); in sh_funct()
3002 shp->topscope = (Shscope_t *)shp->st.self; in sh_funscope()
3090 if (shp->topscope != (Shscope_t *)shp->st.self) sh_setscope(shp, shp->topscope); in sh_funscope()
3104 shp->topscope = (Shscope_t *)prevscope; in sh_funscope()

12