Home
last modified time | relevance | path

Searched refs:didfds (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/csh/
H A Dsh.print.c196 unit = didfds ? 2 : SHDIAG; in flush()
198 unit = didfds ? 1 : SHOUT; in flush()
201 if (didfds == 0 && ioctl(unit, TIOCLGET, (char *)&lmode) == 0 && in flush()
225 unit = didfds ? 2 : SHDIAG; in write_string()
227 unit = didfds ? 1 : SHOUT; in write_string()
H A Dsh.sem.c166 int mask, child, setintr, haderr, didfds; member
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)) in doio()
489 didfds = 1; in doio()
H A Dsh.err.c83 didfds = 0; /* Forget about 0,1,2 */
128 if (!didfds) { in Perror()
H A Dsh.c671 if (didfds) in srcunit()
773 oldidfds = didfds; in rechist()
774 didfds = 0; in rechist()
783 didfds = oldidfds; in rechist()
1331 didfds = 0; /* 0, 1, 2 aren't set up */ in initdesc_x()
H A Dsh.h108 bool didfds; /* Have setup i/o fd's for child */ variable
H A Dsh.misc.c224 didfds = 0; in donefds()
H A Dsh.file.c418 int unit = didfds ? 1 : SHOUT; in print_recognized_stuff()