Home
last modified time | relevance | path

Searched defs:subshell (Results 1 – 9 of 9) sorted by relevance

/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dsubshell.c66 static struct subshell struct
69 struct subshell *prev; /* previous subshell data */ argument
70 struct subshell *pipe; /* subshell where output goes to pipe on fork */ argument
71 Dt_t *var; /* variable table at time of subshell */ argument
73 Dt_t *sfun; /* function scope for subshell */ argument
74 Dt_t *salias;/* alias scope for subshell */ argument
75 Pathcomp_t *pathlist; /* for PATH variable */
77 struct Error_context_s *errcontext;
79 struct errorcontext *errcontext;
81 Shopt_t options;/* save shell options */
[all …]
H A Dargs.c795 int subshell = shp->subshell; in sh_argprocsub() local
H A Dnvtype.c1319 int nelem=0,subshell=shp->subshell; in nv_settype() local
H A Dname.c2454 int subshell = shp->subshell; in table_unset() local
H A Dio.c328 int subshell; /* saved for subshell */ member
/titanic_53/usr/src/cmd/sh/
H A Ddefs.c81 jmp_buf subshell; variable
/titanic_53/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dshell.h147 short subshell; /* set for virtual subshell */ member
H A Dnval.h74 unsigned char subshell; member
/titanic_53/usr/src/cmd/zlogin/
H A Dzlogin.c1109 char *subshell; in prep_args() local