Searched refs:sh_getscope (Results 1 - 7 of 7) sorted by relevance

/ast/src/lib/libtksh/src/
H A Dshcompat.c7 Shscope_t *sp = sh_getscope(0, 1);
H A Deval.c52 (!sh_getscope(1,1)) && !inEval &&
398 globalframe = sh_getscope(0, 0);
412 globalframe = sh_getscope(0, 0);
H A Dcommands.c577 if (! (framePtr = sh_getscope(0-level, 1)))
587 if (! (framePtr = sh_getscope(level, 0)))
H A Dvarcmd.c287 if ((f = sh_getscope(level, mode)))
/ast/src/cmd/ksh93/include/
H A Dshell.h211 extern Shscope_t *sh_getscope(int,int);
/ast/src/cmd/ksh93/sh/
H A Dxec.c472 if(sp = sh_getscope(level,SEEK_SET))
3514 Shscope_t *sp = sh_getscope(0,SEEK_END);
H A Dname.c3496 Shscope_t *sh_getscope(int index, int whence) function

Completed in 36 milliseconds