Home
last modified time | relevance | path

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

/titanic_41/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_41/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_41/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_41/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_41/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 …]