Home
last modified time | relevance | path

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

/titanic_51/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_51/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 var_localsh_scoped global() argument
79 staklistsh_scoped global() argument
80 statessh_scoped global() argument
81 breakcntsh_scoped global() argument
82 execbrksh_scoped global() argument
83 loopcntsh_scoped global() argument
84 firstlinesh_scoped global() argument
85 optindexsh_scoped global() argument
86 optnumsh_scoped global() argument
87 tmoutsh_scoped global() argument
88 optcharsh_scoped global() argument
89 opterrorsh_scoped global() argument
90 iosetsh_scoped global() argument
91 trapmaxsh_scoped global() argument
92 trapsh_scoped global() argument
93 otrapsh_scoped global() argument
94 trapcomsh_scoped global() argument
95 otrapcomsh_scoped global() argument
96 timetrapsh_scoped global() argument
97 real_funsh_scoped global() argument
98 repl_indexsh_scoped global() argument
99 repl_argsh_scoped global() argument
/titanic_51/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
/titanic_51/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