Lines Matching defs:infd
38 static int infd = 0;
66 if (infd >= 0 && infd == outfd) {
67 uclose(infd);
68 infd = 0;
73 infd = 0;
83 infd = outfd = fd;
114 return common_getc(infd, 1);
163 linux_tcgetattr(infd, &orig_termios);
166 linux_tcsetattr(infd, LINUX_TCSETS, &raw_termios);
179 c = common_getc(infd, 1);
189 linux_tcsetattr(infd, LINUX_TCSETS, &orig_termios);