Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Ddefs.h67 struct sh_scoped struct
69 struct sh_scoped *prevst; /* pointer to previous state */ argument
77 struct sh_scoped *self; /* pointer to copy of this scope*/ argument
78 Dt_t *var_local; /* local level variables for name() */
79 struct slnod *staklist; /* link list of function stacks */
80 int states;
81 int breakcnt;
82 int execbrk;
83 int loopcnt;
84 int firstline;
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dname.c2629 Namval_t *sh_scoped(Shell_t *shp, register Namval_t *np) in sh_scoped() function