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