Searched defs:subshell (Results 1 - 16 of 16) sorted by relevance

/illumos-gate/usr/src/cmd/sh/
H A Ddefs.c81 jmp_buf subshell; variable
/illumos-gate/usr/src/lib/libshell/amd64/include/ast/
H A Dshell.h93 #define SH_SUBSHARE 27 /* subshell shares state with parent */
150 short subshell; /* set for virtual subshell */ member in struct:Shell_s
H A Dnval.h83 unsigned char subshell; member in struct:Namfun
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dshell.h84 #define SH_SUBSHARE 27 /* subshell shares state with parent */
141 short subshell; /* set for virtual subshell */ member in struct:Shell_s
H A Dnval.h74 unsigned char subshell; member in struct:Namfun
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dargs.c802 int subshell = shp->subshell; local
814 shp->subshell = 0;
825 shp->subshell = subshell;
H A Dsubshell.c58 static struct subshell struct
61 struct subshell *prev; /* previous subshell data */
62 struct subshell *pipe; /* subshell where output goes to pipe on fork */
63 Dt_t *var; /* variable table at time of subshell */
65 Dt_t *sfun; /* function scope for subshell */
66 Dt_t *salias;/* alias scope for subshell */
106 register struct subshell *sp = subshell_data->pipe;
183 * This routine creates a temp file if necessary and creates a subshell
477 int16_t subshell; local
[all...]
H A Dio.c315 int subshell; /* saved for subshell */ member in struct:fdsave
972 int isstring = shp->subshell?(sfset(sfstdout,0,0)&SF_STRING):0;
981 if(fn==1 && shp->subshell && !shp->subshare && (flag==2 || isstring))
1073 if(shp->subshell && dupfd==1 && (sfset(sfstdout,0,0)&SF_STRING))
1474 filemap[shp->topfd].subshell = flag;
1529 if(!flag && filemap[fd].subshell)
1571 /* keep file descriptors for subshell restore */
1574 if(filemap[fd].subshell)
H A Dname.c1179 if(shp->subshell && c=='=')
1372 if(sh.subshell && !nv_local)
2137 int subshell = shp->subshell; local
2138 shp->subshell = 0;
2148 shp->subshell = subshell;
2234 if(shp->subshell && !nv_isnull(np))
/illumos-gate/usr/src/lib/libshell/i386/include/ast/
H A Dshell.h93 #define SH_SUBSHARE 27 /* subshell shares state with parent */
150 short subshell; /* set for virtual subshell */ member in struct:Shell_s
H A Dnval.h83 unsigned char subshell; member in struct:Namfun
/illumos-gate/usr/src/lib/libshell/sparc/include/ast/
H A Dshell.h93 #define SH_SUBSHARE 27 /* subshell shares state with parent */
150 short subshell; /* set for virtual subshell */ member in struct:Shell_s
H A Dnval.h83 unsigned char subshell; member in struct:Namfun
/illumos-gate/usr/src/lib/libshell/sparcv9/include/ast/
H A Dshell.h93 #define SH_SUBSHARE 27 /* subshell shares state with parent */
150 short subshell; /* set for virtual subshell */ member in struct:Shell_s
H A Dnval.h83 unsigned char subshell; member in struct:Namfun
/illumos-gate/usr/src/cmd/zlogin/
H A Dzlogin.c1109 char *subshell; local
1117 if ((subshell = calloc(1, subshell_len)) == NULL)
1121 (void) strcat(subshell, argv[i]);
1122 (void) strcat(subshell, " ");
1144 new_argv[a++] = subshell;

Completed in 76 milliseconds