Lines Matching refs:rlfd
49 * void undial(rlfd);
50 * int rlfd;
52 * rlfd is the "remote-lne file descriptor" returned from dial.
133 rlfd; /* fd for remote comm line */
200 rlfd = conn(call.telno);
232 rlfd = getto(alt);
234 if (rlfd < 0)
245 if ((call.attr) && ioctl(rlfd, TCSETA, call.attr) < 0) {
251 undial(rlfd);
252 return(rlfd);