Searched refs:subshell (Results 1 - 25 of 35) sorted by relevance

12

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dsubshell.c61 static struct subshell struct
64 struct subshell *prev; /* previous subshell data */
65 struct subshell *pipe; /* subshell where output goes to pipe on fork */
66 Dt_t *var; /* variable table at time of subshell */
68 Dt_t *sfun; /* function scope for subshell */
69 Dt_t *salias;/* alias scope for subshell */
116 register struct subshell *sp = subshell_data->pipe;
170 * This routine creates a temp file if necessary and creates a subshell
467 int16_t subshell; local
[all...]
H A Dfault.c104 if(shp->subshell && trap && sig!=SIGINT && sig!=SIGQUIT && sig!=SIGWINCH && sig!=SIGCONT)
121 if(shp->subshell)
129 if((flag&SH_SIGINTERACTIVE) && sh_isstate(SH_INTERACTIVE) && !sh_isstate(SH_FORKED) && ! shp->subshell)
141 pp->mode = shp->subshell?SH_JMPSUB:SH_JMPFUN;
145 if(shp->subshell)
376 if(!sh.subshell)
527 if(!shp->subshell && sh_isstate(SH_MONITOR) && !sh_isstate(SH_STOPOK))
536 if(!shp->subshell && (sig=sh_fork(shp,0,NIL(int*))))
550 if(shp->subshell)
H A Dargs.c811 int subshell = shp->subshell; local
819 if(fd==0 && shp->subshell)
826 shp->subshell = 0;
837 shp->subshell = subshell;
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Bin/
H A Dsh_calls.d62 sh*:::subshell-entry
H A Dsh_flowinfo.d65 sh*:::subshell-entry,
66 sh*:::subshell-return
132 sh*:::subshell-entry
143 sh*:::subshell-return
H A Dsh_stat.d100 sh*:::subshell-entry
/osnet-11/usr/src/cmd/dtrace_toolkit/DTT/Shell/
H A Dsh_calls.d62 sh*:::subshell-entry
H A Dsh_flowinfo.d65 sh*:::subshell-entry,
66 sh*:::subshell-return
132 sh*:::subshell-entry
143 sh*:::subshell-return
H A Dsh_stat.d100 sh*:::subshell-entry
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dcd_pwd.c85 opwdnod = (shp->subshell?sh_assignok(OLDPWDNOD,1):OLDPWDNOD);
86 pwdnod = (shp->subshell?sh_assignok(PWDNOD,1):PWDNOD);
H A Dulimit.c135 if(shp->subshell && !shp->subshare)
H A Dtypeset.c559 if(shp->subshell && !shp->subshare)
722 if(shp->subshell)
949 if(tdata.sh->subshell && !tdata.sh->subshare)
1086 if(shp->subshell)
1168 if(shp->subshell)
H A Dmisc.c119 if(shp->subshell && !shp->subshare)
579 if(shp->subshell && !shp->subshare)
/osnet-11/usr/src/lib/libshell/common/data/
H A Dbash_pre_rc.sh255 nameref BASH_SUBSHELL=.sh.subshell
/osnet-11/usr/src/lib/libshell/common/include/
H A Dshell.h87 #define SH_SUBSHARE 27 /* subshell shares state with parent */
144 short subshell; /* set for virtual subshell */ member in struct:Shell_s
H A Dnval.h74 unsigned char subshell; member in struct:Namfun
/osnet-11/usr/src/lib/libshell/
H A DMakefile.com91 sh/subshell.o \
/osnet-11/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h96 #define SH_SUBSHARE 27 /* subshell shares state with parent */
153 short subshell; /* set for virtual subshell */ member in struct:Shell_s
H A Dnval.h83 unsigned char subshell; member in struct:Namfun
/osnet-11/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h96 #define SH_SUBSHARE 27 /* subshell shares state with parent */
153 short subshell; /* set for virtual subshell */ member in struct:Shell_s
H A Dnval.h83 unsigned char subshell; member in struct:Namfun
/osnet-11/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h96 #define SH_SUBSHARE 27 /* subshell shares state with parent */
153 short subshell; /* set for virtual subshell */ member in struct:Shell_s
H A Dnval.h83 unsigned char subshell; member in struct:Namfun
/osnet-11/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h96 #define SH_SUBSHARE 27 /* subshell shares state with parent */
153 short subshell; /* set for virtual subshell */ member in struct:Shell_s
H A Dnval.h83 unsigned char subshell; member in struct:Namfun

Completed in 61 milliseconds

12