Searched defs:sh_scoped (Results 1 – 2 of 2) sorted by relevance
67 struct sh_scoped struct69 struct sh_scoped *prevst; /* pointer to previous state */ argument77 struct sh_scoped *self; /* pointer to copy of this scope*/ argument78 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 …]
2629 Namval_t *sh_scoped(Shell_t *shp, register Namval_t *np) in sh_scoped() function