Searched refs:SHERR (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/bin/csh/ |
| D | sem.c | 250 oSHERR = SHERR; in execute() 272 SHERR = oSHERR; in execute() 386 SHERR = dcopy(2, FSHERR); in execute() 531 (void) dcopy(SHERR, 2); in doio() 562 (void) dcopy(SHERR, 2); in doio() 587 (void) dup2(SHERR, 2); in doio()
|
| D | exec.c | 177 SHERR = 2; in doexec() 370 oSHERR = SHERR; in execash() 375 saveDIAG = dcopy(SHERR, -1); in execash() 385 SHERR = dcopy(2, -1); in execash() 398 (void) close(SHERR); in execash() 402 SHERR = dmove(saveDIAG, oSHERR); in execash()
|
| D | func.c | 1306 oSHERR = SHERR; in doeval() 1327 saveERR = dcopy(SHERR, -1); in doeval() 1336 SHERR = dcopy(2, -1); in doeval() 1347 (void) close(SHERR); in doeval() 1350 SHERR = dmove(saveERR, oSHERR); in doeval()
|
| D | misc.c | 156 int fds[] = { SHIN, SHOUT, SHERR, OLDSTD, FSHTTY }; in fdcmp()
|
| D | csh.c | 106 int SHERR; variable 258 if (!(csherr = funopen((void *) &SHERR, readf, writef, seekf, closef))) in main() 1309 (void) fcntl(SHERR = dcopy(2, FSHERR), F_SETFD, FD_CLOEXEC); in initdesc()
|
| D | csh.h | 149 extern int SHERR; /* Diagnostic output... shell errs go here */
|
| D | glob.c | 657 (void) dmove(SHERR, 2); in backeval()
|