Searched refs:pfrontp (Results 1 – 9 of 9) sorted by relevance
137 pfrontp = pbackp = ptyobuf; in main()976 if (pfrontp - pbackp || ncc > 0) { in telnet()1163 if (FD_ISSET(p, &obits) && (pfrontp - pbackp) > 0) in telnet()1189 *pfrontp++ = slctab[SLC_IP].sptr ? in interrupt()1207 *pfrontp++ = slctab[SLC_ABORT].sptr ? in sendbrk()1220 *pfrontp++ = slctab[SLC_SUSP].sptr ? in sendsusp()1250 *pfrontp++ = oldeofc; in doeof()1254 *pfrontp++ = slctab[SLC_EOF].sptr ? in doeof()
97 if ((&ptyobuf[BUFSIZ] - pfrontp) < 2) in telrcv()155 *pfrontp++ = c; in telrcv()199 *pfrontp++ = in telrcv()229 *pfrontp++ = (unsigned char)ch; in telrcv()289 *pfrontp++ = c; in telrcv()
86 pfrontp = pbackp = ptyobuf; in ttloop()123 if ((n = pfrontp - pbackp) > 0) { in ptyflush()135 if (pbackp == pfrontp) in ptyflush()136 pbackp = pfrontp = ptyobuf; in ptyflush()
70 EXTERN char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp; variable
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()
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()
62 char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp; variable
65 extern char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp;