Searched refs:pbackp (Results 1 – 4 of 4) sorted by relevance
84 pfrontp = pbackp = ptyobuf; in ttloop()119 if ((n = pfrontp - pbackp) > 0) { in ptyflush()122 DIAG(TD_PTYDATA, printdata("pd", pbackp, n)); in ptyflush()123 n = write(pty, pbackp, n); in ptyflush()130 pbackp += n; in ptyflush()131 if (pbackp == pfrontp) in ptyflush()132 pbackp = pfrontp = ptyobuf; in ptyflush()
83 char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp; variable
170 pfrontp = pbackp = ptyobuf; in main()967 if (pfrontp - pbackp || ncc > 0) in telnet()1092 if ((set[1].revents & POLLOUT) && (pfrontp - pbackp) > 0) in telnet()
68 extern char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp;