Searched refs:start_charshunt (Results 1 – 1 of 1) sorted by relevance
114 static int start_charshunt __P((int, int));633 && start_charshunt(ipipe[0], opipe[1]); in connect_tty()648 if (!start_charshunt(fd, fd)) in connect_tty()652 if (!start_charshunt(0, 1)) in connect_tty()662 if (!start_charshunt(fd, fd)) in connect_tty()922 start_charshunt(ifd, ofd) in start_charshunt() function