Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libshell/common/include/
H A Dshell.h203 extern Shscope_t *sh_getscope(int,int);
/titanic_50/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h213 extern __MANGLE__ Shscope_t *sh_getscope __PROTO__((int,int));
/titanic_50/usr/src/lib/libshell/
H A Dmapfile-vers75 sh_getscope;
/titanic_50/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h213 extern __MANGLE__ Shscope_t *sh_getscope __PROTO__((int,int));
/titanic_50/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h213 extern __MANGLE__ Shscope_t *sh_getscope __PROTO__((int,int));
/titanic_50/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h213 extern __MANGLE__ Shscope_t *sh_getscope __PROTO__((int,int));
/titanic_50/usr/src/lib/libshell/common/sh/
H A Dxec.c370 if(sp = sh_getscope(level,SEEK_SET)) in put_level()
2732 Shscope_t *sp = sh_getscope(0,SEEK_END); in sh_funct()
H A Dname.c3062 Shscope_t *sh_getscope(int index, int whence) in sh_getscope() function