Searched defs:Shell_s (Results 1 – 6 of 6) 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 …]
135 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