Searched refs:sh_getscope (Results 1 - 7 of 7) sorted by relevance
/ast/src/lib/libtksh/src/ |
H A D | shcompat.c | 7 Shscope_t *sp = sh_getscope(0, 1);
|
H A D | eval.c | 52 (!sh_getscope(1,1)) && !inEval && 398 globalframe = sh_getscope(0, 0); 412 globalframe = sh_getscope(0, 0);
|
H A D | commands.c | 577 if (! (framePtr = sh_getscope(0-level, 1))) 587 if (! (framePtr = sh_getscope(level, 0)))
|
H A D | varcmd.c | 287 if ((f = sh_getscope(level, mode)))
|
/ast/src/cmd/ksh93/include/ |
H A D | shell.h | 211 extern Shscope_t *sh_getscope(int,int);
|
/ast/src/cmd/ksh93/sh/ |
H A D | xec.c | 472 if(sp = sh_getscope(level,SEEK_SET)) 3514 Shscope_t *sp = sh_getscope(0,SEEK_END);
|
H A D | name.c | 3496 Shscope_t *sh_getscope(int index, int whence) function
|
Completed in 36 milliseconds