HomeSort by relevance Sort by last modified time
    Searched defs:SHIN (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/csh/
sh.sem.c 167 int SHIN, SHOUT, SHDIAG, OLDSTD, tpgrp;
184 sv.SHIN = SHIN; sv.SHOUT = SHOUT;
200 SHIN = sv.SHIN;
315 (void) close(SHIN);
316 (void) unsetfd(SHIN);
317 SHIN = -1;
sh.c 397 SHIN = dmove(nofile, FSHIN); /* Replace FSHIN */
398 (void) fcntl(SHIN, F_SETFD, 1);
406 intty = intact || isatty(SHIN);
582 (void) close(SHIN); /* No need for unsetfd(). */
713 * If we weren't careful an interrupt could corrupt SHIN's Bin
732 oSHIN = SHIN, SHIN = unit, arginp = 0, onelflg = 0;
733 intty = isatty(SHIN), whyles = 0, gointr = 0;
763 (void) close(SHIN), SHIN = oSHIN
    [all...]
sh.h 179 short SHIN; /* Current shell input (script) */

Completed in 120 milliseconds