Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libshell/common/include/
H A Ddefs.h70 struct sh_scoped struct
72 struct sh_scoped *prevst; /* pointer to previous state */ argument
80 struct sh_scoped *self; /* pointer to copy of this scope*/ argument
81 Dt_t *var_local; /* local level variables for name() */
82 struct slnod *staklist; /* link list of function stacks */
83 int states;
84 int breakcnt;
85 int execbrk;
86 int loopcnt;
87 int firstline;
[all …]
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dname.c2290 Namval_t *sh_scoped(Shell_t *shp, register Namval_t *np) in sh_scoped() function