Searched refs:didfds (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/cmd/csh/ |
H A D | sh.print.c | 196 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 D | sh.sem.c | 166 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 D | sh.err.c | 83 didfds = 0; /* Forget about 0,1,2 */ 128 if (!didfds) { in Perror()
|
H A D | sh.c | 671 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 D | sh.h | 108 bool didfds; /* Have setup i/o fd's for child */ variable
|
H A D | sh.misc.c | 224 didfds = 0; in donefds()
|
H A D | sh.file.c | 418 int unit = didfds ? 1 : SHOUT; in print_recognized_stuff()
|