HomeSort by: relevance | last modified time | path
    Searched refs:SHERR (Results 1 - 8 of 8) sorted by relevancy

  /src/bin/csh/
exec.c 188 SHERR = 2;
382 oSHERR = SHERR;
387 saveDIAG = dcopy(SHERR, -1);
397 SHERR = dcopy(2, -1);
410 (void)close(SHERR);
414 SHERR = dmove(saveDIAG, oSHERR);
sem.c 251 oSHERR = SHERR;
273 SHERR = oSHERR;
385 (void) ioctl(SHERR = dcopy(2, FSHERR), FIOCLEX, NULL);
541 (void)dcopy(SHERR, 2);
577 (void)dcopy(SHERR, 2);
615 (void)dup(SHERR);
func.c 1386 oSHERR = SHERR;
1407 saveERR = dcopy(SHERR, -1);
1416 SHERR = dcopy(2, -1);
1429 if (SHERR != -1)
1430 (void)close(SHERR);
1433 SHERR = dmove(saveERR, oSHERR);
misc.c 241 if (f != SHIN && f != SHOUT && f != SHERR && f != OLDSTD &&
csh.h 169 extern int SHERR; /* Diagnostic output... shell errs go here */
csh.c 121 int SHERR;
307 if (!(csherr = funopen2((void *) &SHERR, readf, writef, seekf, NULL,
1386 (void)ioctl(SHERR = dcopy(2, FSHERR), FIOCLEX, NULL);
glob.c 669 (void)dmove(SHERR, 2);
set.c 571 SHIN, SHOUT, SHERR);

Completed in 19 milliseconds