Searched refs:pfrontp (Results 1 – 5 of 5) sorted by relevance
157 pfrontp = pbackp = ptyobuf; in main()1026 if (pfrontp - pbackp || ncc > 0) { in my_telnet()1211 if (FD_ISSET(p, &obits) && (pfrontp - pbackp) > 0) in my_telnet()1340 *pfrontp++ = slctab[SLC_IP].sptr ? in interrupt()1359 *pfrontp++ = slctab[SLC_ABORT].sptr ? in sendbrk()1372 *pfrontp++ = slctab[SLC_SUSP].sptr ? in sendsusp()1399 *pfrontp++ = slctab[SLC_EOF].sptr ? in doeof()
86 if ((&ptyobuf[BUFSIZ] - pfrontp) < 2) in telrcv()133 *pfrontp++ = c; in telrcv()177 *pfrontp++ = in telrcv()207 *pfrontp++ = (unsigned char)ch; in telrcv()267 *pfrontp++ = c; in telrcv()
62 char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp; variable
78 pfrontp = pbackp = ptyobuf; in ttloop()118 if ((n = pfrontp - pbackp) > 0) { in ptyflush()131 if (pbackp == pfrontp) in ptyflush()132 pbackp = pfrontp = ptyobuf; in ptyflush()
65 extern char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp;