Searched defs:Shell_s (Results 1 – 5 of 5) sorted by relevance
138 struct Shell_s struct140 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 …]
129 struct Shell_s struct131 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 …]