Searched defs:subshell (Results 1 – 9 of 9) sorted by relevance
66 static struct subshell struct69 struct subshell *prev; /* previous subshell data */ argument70 struct subshell *pipe; /* subshell where output goes to pipe on fork */ argument71 Dt_t *var; /* variable table at time of subshell */ argument73 Dt_t *sfun; /* function scope for subshell */ argument74 Dt_t *salias;/* alias scope for subshell */ argument75 Pathcomp_t *pathlist; /* for PATH variable */77 struct Error_context_s *errcontext;79 struct errorcontext *errcontext;81 Shopt_t options;/* save shell options */[all …]
795 int subshell = shp->subshell; in sh_argprocsub() local
1319 int nelem=0,subshell=shp->subshell; in nv_settype() local
2454 int subshell = shp->subshell; in table_unset() local
328 int subshell; /* saved for subshell */ member
81 jmp_buf subshell; variable
147 short subshell; /* set for virtual subshell */ member
74 unsigned char subshell; member
1109 char *subshell; in prep_args() local