Lines Matching refs:pfrontp
124 static char ptyobuf[BUFSIZ], *pfrontp = ptyobuf, *pbackp = ptyobuf; variable
2436 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()
3442 if ((&ptyobuf[BUFSIZ] - pfrontp) < 2) in telrcv()
3488 *pfrontp++ = c; in telrcv()
3525 *pfrontp++ = tmpltc.t_flushc; in telrcv()
3553 *pfrontp++ = ch; in telrcv()
3589 *pfrontp++ = c; in telrcv()
4248 *pfrontp++ = '\0'; in interrupt()
4251 *pfrontp++ = ioctl(pty, TIOCGETC, &tchars) < 0 ? in interrupt()
4269 *pfrontp++ = '\0'; in sendbrk()
4272 *pfrontp++ = ioctl(pty, TIOCGETC, &tchars) < 0 ? in sendbrk()
4281 if ((n = pfrontp - pbackp) > 0) in ptyflush()
4286 if (pbackp == pfrontp) in ptyflush()
4287 pbackp = pfrontp = ptyobuf; in ptyflush()