Lines Matching refs:SHIN
371 SHIN = dmove(nofile, FSHIN); /* Replace FSHIN */ in main()
372 (void) fcntl(SHIN, F_SETFD, 1); in main()
380 intty = intact || isatty(SHIN); in main()
560 (void) close(SHIN); /* No need for unsetfd(). */ in main()
710 oSHIN = SHIN, SHIN = unit, arginp = 0, onelflg = 0; in srcunit()
711 intty = isatty(SHIN), whyles = 0, gointr = 0; in srcunit()
741 (void) close(SHIN), SHIN = oSHIN; in srcunit()
742 unsetfd(SHIN); in srcunit()
1339 (void) fcntl(SHIN = dcopy(0, FSHIN), F_SETFD, 1); in initdesc_x()
1342 (void) fcntl(OLDSTD = dcopy(SHIN, FOLDSTD), F_SETFD, 1); in initdesc_x()
1375 f != SHIN && f != SHOUT && f != SHDIAG && in closem()