Searched defs:SHIN (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.sem.c | 167 int SHIN, SHOUT, SHDIAG, OLDSTD, tpgrp; member in struct:sv 184 sv.SHIN = SHIN; sv.SHOUT = SHOUT; 200 SHIN = sv.SHIN; 315 (void) close(SHIN); 316 (void) unsetfd(SHIN); 317 SHIN = -1;
|
H A D | sh.c | 367 SHIN = dmove(nofile, FSHIN); /* Replace FSHIN */ 368 (void) fcntl(SHIN, F_SETFD, 1); 376 intty = intact || isatty(SHIN); 556 (void) close(SHIN); /* No need for unsetfd(). */ 687 * If we weren't careful an interrupt could corrupt SHIN's Bin 706 oSHIN = SHIN, SHIN = unit, arginp = 0, onelflg = 0; 707 intty = isatty(SHIN), whyles = 0, gointr = 0; 737 (void) close(SHIN), SHIN local [all...] |
H A D | sh.h | 179 short SHIN; /* Current shell input (script) */ variable
|
Completed in 53 milliseconds