Home
last modified time | relevance | path

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

123456

/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dsubshell.c66 static struct subshell struct
69 struct subshell *prev; /* previous subshell data */ argument
73 Dt_t *sfun; /* function scope for subshell */ argument
77 struct Error_context_s *errcontext;
79 struct errorcontext *errcontext;
81 Shopt_t options;/* save shell options */
82 pid_t subpid; /* child process id */
83 Sfio_t* saveout;/*saved standard output */
108 } *subshell_data; argument
123 register struct subshell *sp = subshell_data->pipe; in sh_subtmpfile() argument
[all …]
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dsubshell.c66 static struct subshell struct
69 struct subshell *prev; /* previous subshell data */ argument
73 Dt_t *sfun; /* function scope for subshell */ argument
77 struct Error_context_s *errcontext;
79 struct errorcontext *errcontext;
81 Shopt_t options;/* save shell options */
82 pid_t subpid; /* child process id */
83 Sfio_t* saveout;/*saved standard output */
108 } *subshell_data; argument
123 register struct subshell *sp = subshell_data->pipe; in sh_subtmpfile() argument
[all …]
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dsubshell.c58 static struct subshell struct
61 struct subshell *prev; /* previous subshell data */ argument
65 Dt_t *sfun; /* function scope for subshell */ argument
69 struct Error_context_s *errcontext;
71 struct errorcontext *errcontext;
73 Shopt_t options;/* save shell options */
74 pid_t subpid; /* child process id */
75 Sfio_t* saveout;/*saved standard output */
99 } *subshell_data; argument
114 register struct subshell *sp = subshell_data->pipe; in sh_subtmpfile() argument
[all …]
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dsubshell.c72 static struct subshell { struct
74 struct subshell *prev; // previous subshell data argument
75 struct subshell *pipe; // subshell where output goes to pipe on fork argument
76 Dt_t *var; // variable table at time of subshell argument
78 Dt_t *sfun; // function scope for subshell argument
79 Dt_t *salias; // alias scope for subshell argument
80 Pathcomp_t *pathlist; // for PATH variable
81 struct Error_context_s *errcontext;
96 int sig; // signal for $$
105 } *active_subshell_data = NULL; argument
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/tksh/
H A Duinit.c28 static void tksh_userinit(Shell_t* shp, int subshell) in tksh_userinit()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/tksh/
H A Duinit.c28 static void tksh_userinit(Shell_t* shp, int subshell) in tksh_userinit()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/tksh/
H A Duinit.c28 static void tksh_userinit(Shell_t* shp, int subshell) in tksh_userinit()
/dports/mail/maildrop/maildrop-3.0.3/libs/maildrop/
H A Ddeliver.C259 void subshell(const char *cmd) in subshell() function
/dports/mail/courier/courier-0.65.3/maildrop/
H A Ddeliver.C264 void subshell(const char *cmd) in subshell() function
/dports/misc/mc/mc-4.8.27/src/
H A DMakefile.am12 SUBDIRS += subshell subdir
/dports/misc/mc-nox11/mc-4.8.27/src/
H A DMakefile.am12 SUBDIRS += subshell subdir
/dports/science/py-OpenMC/openmc-0.12.2/tests/unit_tests/
H A Dtest_data_photon.py54 def test_atomic_relaxation(element, subshell, binding_energy, num_electrons): argument
/dports/science/openmc/openmc-0.12.2/tests/unit_tests/
H A Dtest_data_photon.py54 def test_atomic_relaxation(element, subshell, binding_energy, num_electrons): argument
/dports/shells/v7sh/v7sh-1.0_1/
H A Dmain.c36 jmp_buf subshell; variable
/dports/shells/heirloom-sh/heirloom-sh-050706/
H A Ddefs.c87 jmp_buf subshell; variable
/dports/mail/elm/elm2.5.8/src/
H A Dsyscall.c59 subshell() in subshell() function
/dports/devel/sunpromake/schily-2021-09-18/sh/
H A Ddefs.c116 jmp_buf subshell; variable
/dports/devel/smake/schily-2021-09-18/sh/
H A Ddefs.c116 jmp_buf subshell; variable
/dports/devel/sccs/schily-2021-09-18/sh/
H A Ddefs.c116 jmp_buf subshell; variable
/dports/devel/schilybase/schily-2021-09-18/sh/
H A Ddefs.c116 jmp_buf subshell; variable
/dports/net/rscsi/schily-2021-09-18/sh/
H A Ddefs.c116 jmp_buf subshell; variable
/dports/archivers/star/schily-2021-09-18/sh/
H A Ddefs.c116 jmp_buf subshell; variable
/dports/sysutils/cdrtools/schily-2021-09-18/sh/
H A Ddefs.c116 jmp_buf subshell; variable
/dports/editors/ved/schily-2021-09-18/sh/
H A Ddefs.c116 jmp_buf subshell; variable
/dports/textproc/augeas/augeas-1.12.0/lenses/
H A Dshellvars.aug223 let subshell (entry:lens) = function

123456