Home
last modified time | relevance | path

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

/titanic_51/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h138 struct Shell_s struct
140 Shopt_t options; /* set -o options */
141 Dt_t *var_tree; /* for shell variables */
142 Dt_t *fun_tree; /* for shell functions */
143 Dt_t *alias_tree; /* for alias names */
144 Dt_t *bltin_tree; /* for builtin commands */
145 Shscope_t *topscope; /* pointer to top-level scope */
146 int inlineno; /* line number of current input file */
147 int exitval; /* most recent exit value */
148 unsigned char trapnote; /* set when trap/signal is pending */
[all …]
/titanic_51/usr/src/lib/libshell/common/include/
H A Dshell.h129 struct Shell_s struct
131 Shopt_t options; /* set -o options */
132 Dt_t *var_tree; /* for shell variables */
133 Dt_t *fun_tree; /* for shell functions */
134 Dt_t *alias_tree; /* for alias names */
135 Dt_t *bltin_tree; /* for builtin commands */
136 Shscope_t *topscope; /* pointer to top-level scope */
137 int inlineno; /* line number of current input file */
138 int exitval; /* most recent exit value */
139 unsigned char trapnote; /* set when trap/signal is pending */
[all …]
/titanic_51/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h138 struct Shell_s struct
140 Shopt_t options; /* set -o options */
141 Dt_t *var_tree; /* for shell variables */
142 Dt_t *fun_tree; /* for shell functions */
143 Dt_t *alias_tree; /* for alias names */
144 Dt_t *bltin_tree; /* for builtin commands */
145 Shscope_t *topscope; /* pointer to top-level scope */
146 int inlineno; /* line number of current input file */
147 int exitval; /* most recent exit value */
148 unsigned char trapnote; /* set when trap/signal is pending */
[all …]
/titanic_51/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h138 struct Shell_s struct
140 Shopt_t options; /* set -o options */
141 Dt_t *var_tree; /* for shell variables */
142 Dt_t *fun_tree; /* for shell functions */
143 Dt_t *alias_tree; /* for alias names */
144 Dt_t *bltin_tree; /* for builtin commands */
145 Shscope_t *topscope; /* pointer to top-level scope */
146 int inlineno; /* line number of current input file */
147 int exitval; /* most recent exit value */
148 unsigned char trapnote; /* set when trap/signal is pending */
[all …]
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h138 struct Shell_s struct
140 Shopt_t options; /* set -o options */
141 Dt_t *var_tree; /* for shell variables */
142 Dt_t *fun_tree; /* for shell functions */
143 Dt_t *alias_tree; /* for alias names */
144 Dt_t *bltin_tree; /* for builtin commands */
145 Shscope_t *topscope; /* pointer to top-level scope */
146 int inlineno; /* line number of current input file */
147 int exitval; /* most recent exit value */
148 unsigned char trapnote; /* set when trap/signal is pending */
[all …]
/titanic_51/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h135 struct Shell_s struct
137 optionsShell_s global() argument
138 var_treeShell_s global() argument
139 fun_treeShell_s global() argument
140 alias_treeShell_s global() argument
141 bltin_treeShell_s global() argument
142 topscopeShell_s global() argument
143 inlinenoShell_s global() argument
144 exitvalShell_s global() argument
145 trapnoteShell_s global() argument
146 shcompShell_s global() argument
147 subshellShell_s global() argument