Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h135 struct Shell_s struct
137 Shopt_t options; /* set -o options */
138 Dt_t *var_tree; /* for shell variables */
139 Dt_t *fun_tree; /* for shell functions */
140 Dt_t *alias_tree; /* for alias names */
141 Dt_t *bltin_tree; /* for builtin commands */
142 Shscope_t *topscope; /* pointer to top-level scope */
143 int inlineno; /* line number of current input file */
144 int exitval; /* most recent exit value */
146 char shcomp; /* set when runing shcomp */
[all …]