Home
last modified time | relevance | path

Searched refs:sh_getscope (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h211 extern Shscope_t *sh_getscope(int,int);
/illumos-gate/usr/src/cmd/ast/libshell/
H A Dmapfile-vers62 sh_getscope;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c475 if(sp = sh_getscope(level,SEEK_SET)) in put_level()
3534 Shscope_t *sp = sh_getscope(0,SEEK_END); in sh_funct()
H A Dname.c3514 Shscope_t *sh_getscope(int index, int whence) in sh_getscope() function