Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c969 int xwinsize, ywinsize; in suboption() local
976 xwinsize = SB_GET() << 8; in suboption()
979 xwinsize |= SB_GET(); in suboption()
986 clientstat(TELOPT_NAWS, xwinsize, ywinsize); in suboption()