Searched refs:TTYIN (Results 1 – 1 of 1) sorted by relevance
116 #define TTYIN 0 /* mnemonic */ macro136 #define RIOFD(fd) (fd == TTYIN ? 0 : 1)412 if(fstat(TTYIN, &buff) < 0) { in main()456 if (!(Saved_termios = ( ioctl(TTYIN, TCGETS, &_Tv0s) >= 0 ))) { in main()457 Saved_tty = ( ioctl(TTYIN, TCGETA, &_Tv0) == 0 ); in main()496 vdisable = fpathconf(TTYIN, _PC_VDISABLE); in main()678 while(r_char(TTYIN) == YES) { in transmit()856 tdmp(TTYIN);932 (void)close(TTYIN); in _shell()933 (void)fcntl(Cn,F_DUPFD,TTYIN); in _shell()[all …]