Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dglobal.c62 char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp; variable
H A Dext.h65 extern char ptyobuf[BUFSIZ+NETSLOP], *pfrontp, *pbackp;
H A Dutility.c78 pfrontp = pbackp = ptyobuf; in ttloop()
132 pbackp = pfrontp = ptyobuf; in ptyflush()
H A Dstate.c86 if ((&ptyobuf[BUFSIZ] - pfrontp) < 2) in telrcv()
H A Dtelnetd.c157 pfrontp = pbackp = ptyobuf; in main()