Lines Matching defs:rlfd
51 * void undial(rlfd);
52 * int rlfd;
54 * rlfd is the "remote-lne file descriptor" returned from dial.
129 static int rlfd; /* fd for remote comm line */
190 rlfd = conn(call.telno);
222 rlfd = getto(alt);
224 if (rlfd < 0)
242 if ((call.attr) && ioctl(rlfd, TCSETA, call.attr) < 0) {
248 undial(rlfd);
249 return (rlfd);