Home
last modified time | relevance | path

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

/titanic_51/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
123 register struct subshell *sp = subshell_data->pipe; in sh_subtmpfile() argument
75 pathlistsubshell global() argument
77 errcontextsubshell global() argument
79 errcontextsubshell global() argument
81 optionssubshell global() argument
82 subpidsubshell global() argument
83 saveoutsubshell global() argument
84 pwdsubshell global() argument
108 cpipesubshell global() argument
482 int16_t subshell; sh_subshell() local
[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
[all...]
/titanic_51/usr/src/lib/libshell/common/sh/
H A Dsubshell.c58 static struct subshell struct
61 struct subshell *prev; /* previous subshell data */ argument
62 struct subshell *pipe; /* subshell where output goes to pipe on fork */ argument
63 Dt_t *var; /* variable table at time of subshell */ argument
65 Dt_t *sfun; /* function scope for subshell */ argument
66 Dt_t *salias;/* alias scope for subshell */ argument
67 Pathcomp_t *pathlist; /* for PATH variable */
69 struct Error_context_s *errcontext;
93 } *subshell_data; argument
106 register struct subshell *sp = subshell_data->pipe; in sh_subtmpfile() argument
[all …]
H A Dargs.c802 int subshell = shp->subshell; in sh_argprocsub() local
H A Dio.c315 int subshell; /* saved for subshell */ member
H A Dname.c2137 int subshell = shp->subshell; in table_unset() local
/titanic_51/usr/src/cmd/sh/
H A Ddefs.c81 jmp_buf subshell; variable
/titanic_51/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h150 short subshell; /* set for virtual subshell */ member
H A Dnval.h83 unsigned char subshell; member
/titanic_51/usr/src/lib/libshell/common/include/
H A Dshell.h141 short subshell; /* set for virtual subshell */ member
H A Dnval.h74 unsigned char subshell; member
/titanic_51/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h150 short subshell; /* set for virtual subshell */ member
H A Dnval.h83 unsigned char subshell; member
/titanic_51/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h150 short subshell; /* set for virtual subshell */ member
H A Dnval.h83 unsigned char subshell; member
/titanic_51/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h150 short subshell; /* set for virtual subshell */ member
H A Dnval.h83 unsigned char subshell; member
/titanic_51/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_51/usr/src/cmd/zlogin/
H A Dzlogin.c1109 char *subshell; in prep_args() local