Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h212 extern Shscope_t *sh_setscope(Shscope_t*);
/illumos-gate/usr/src/cmd/ast/libshell/
H A Dmapfile-vers77 sh_setscope;
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c477 sh_setscope(sp); in put_level()
3450 sh_setscope(shp->topscope); in sh_funscope()
3503 sh_setscope(shp->topscope); in sh_funct()
3535 sh_setscope(sp); in sh_funct()
H A Dname.c3545 Shscope_t *sh_setscope(Shscope_t *scope) in sh_setscope() function