Searched refs:sh_setscope (Results 1 - 5 of 5) sorted by relevance

/ast/src/lib/libtksh/src/
H A Deval.c399 oldframe = sh_setscope(globalframe);
401 sh_setscope(oldframe);
413 oldframe = sh_setscope(globalframe);
420 sh_setscope(oldframe);
H A Dvarcmd.c445 savedVarFramePtr = sh_setscope(framePtr);
447 sh_setscope(framePtr, &savedFrame);
474 framePtr = sh_setscope(savedVarFramePtr);
476 sh_setscope(&savedFrame, framePtr);
/ast/src/cmd/ksh93/include/
H A Dshell.h212 extern Shscope_t *sh_setscope(Shscope_t*);
/ast/src/cmd/ksh93/sh/
H A Dxec.c474 sh_setscope(sp);
3431 sh_setscope(shp->topscope);
3483 sh_setscope(shp->topscope);
3515 sh_setscope(sp);
H A Dname.c3527 Shscope_t *sh_setscope(Shscope_t *scope) function

Completed in 31 milliseconds