Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Dshell.h204 extern Shscope_t *sh_setscope(Shscope_t*);
/titanic_41/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h214 extern __MANGLE__ Shscope_t *sh_setscope __PROTO__((Shscope_t*));
/titanic_41/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h214 extern __MANGLE__ Shscope_t *sh_setscope __PROTO__((Shscope_t*));
/titanic_41/usr/src/lib/libshell/
H A Dmapfile-vers76 sh_setscope;
/titanic_41/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h214 extern __MANGLE__ Shscope_t *sh_setscope __PROTO__((Shscope_t*));
/titanic_41/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h214 extern __MANGLE__ Shscope_t *sh_setscope __PROTO__((Shscope_t*));
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dxec.c372 sh_setscope(sp); in put_level()
2659 sh_setscope(shp->topscope); in sh_funscope()
2704 sh_setscope(shp->topscope); in sh_funct()
2733 sh_setscope(sp); in sh_funct()
H A Dname.c3092 Shscope_t *sh_setscope(Shscope_t *scope) in sh_setscope() function