HomeSort by relevance Sort by last modified time
    Searched refs:didfds (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.print.c 196 unit = didfds ? 2 : SHDIAG;
198 unit = didfds ? 1 : SHOUT;
201 if (didfds == 0 && ioctl(unit, TIOCLGET, (char *)&lmode) == 0 &&
225 unit = didfds ? 2 : SHDIAG;
227 unit = didfds ? 1 : SHOUT;
sh.sem.c 166 int mask, child, setintr, haderr, didfds; member in struct:sv
183 sv.haderr = haderr; sv.didfds = didfds;
199 haderr = sv.haderr; didfds = sv.didfds;
277 if (didfds==0 && t->t_dflg&FPIN) {
318 didfds = 0;
374 if (didfds && !(t->t_dflg & FREDO))
419 if (didfds || (flags & FREDO))
489 didfds = 1
    [all...]
sh.err.c 63 * If didfds then output will go to 1/2 else to FSHOUT/FSHDIAG.
83 didfds = 0; /* Forget about 0,1,2 */
128 if (!didfds) {
sh.c 198 * The variable didfds is 0 while we have only FSH* to work with.
199 * When didfds is true, we have 0,1,2 and prefer to use these.
697 if (didfds)
799 oldidfds = didfds;
800 didfds = 0;
809 didfds = oldidfds;
1356 didfds = 0; /* 0, 1, 2 aren't set up */
sh.h 108 bool didfds; /* Have setup i/o fd's for child */ variable
sh.misc.c 224 didfds = 0;
sh.file.c 418 int unit = didfds ? 1 : SHOUT;

Completed in 120 milliseconds