Home
last modified time | relevance | path

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

/openbsd/src/bin/csh/
Dsem.c250 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()
Dexec.c177 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()
Dfunc.c1306 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()
Dmisc.c156 int fds[] = { SHIN, SHOUT, SHERR, OLDSTD, FSHTTY }; in fdcmp()
Dcsh.c106 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()
Dcsh.h149 extern int SHERR; /* Diagnostic output... shell errs go here */
Dglob.c657 (void) dmove(SHERR, 2); in backeval()