Searched refs:pbackp (Results 1 – 1 of 1) sorted by relevance
124 static char ptyobuf[BUFSIZ], *pfrontp = ptyobuf, *pbackp = ptyobuf; variable2436 pfrontp = pbackp = ptyobuf; in ttloop()3304 if (pfrontp - pbackp) { in telnet()3344 (pfrontp == pbackp)) { in telnet()3430 if (FD_ISSET(master, &obits) && (pfrontp - pbackp) > 0) in telnet()4281 if ((n = pfrontp - pbackp) > 0) in ptyflush()4282 n = write(master, pbackp, n); in ptyflush()4285 pbackp += n; in ptyflush()4286 if (pbackp == pfrontp) in ptyflush()4287 pbackp = pfrontp = ptyobuf; in ptyflush()