Home
last modified time | relevance | path

Searched refs:pfrontp (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dtelnetd.c157 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()
H A Dstate.c86 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()
H A Dglobal.c62 char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp; variable
H A Dutility.c78 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()
H A Dext.h65 extern char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp;