Searched defs:sh_scoped (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libshell/common/include/
H A Ddefs.h70 struct sh_scoped struct
72 struct sh_scoped *prevst; /* pointer to previous state */
80 struct sh_scoped *self; /* pointer to copy of this scope*/
115 struct sh_scoped st; /* scoped information */ \
209 struct sh_scoped global; \
392 extern Namval_t *sh_scoped(Shell_t*, Namval_t*);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dname.c2290 Namval_t *sh_scoped(Shell_t *shp, register Namval_t *np) function
3064 register struct sh_scoped *sp, *topmost;
3069 if ((struct sh_scoped*)sh.topscope != sh.st.self)
3070 topmost = (struct sh_scoped*)sh.topscope;
3096 sh.st = *((struct sh_scoped*)scope);

Completed in 69 milliseconds