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

/freebsd-10.3-release/crypto/heimdal/appl/telnet/telnetd/
H A Dstate.c969 int xwinsize, ywinsize; local
976 xwinsize = SB_GET() << 8;
979 xwinsize |= SB_GET();
986 clientstat(TELOPT_NAWS, xwinsize, ywinsize);
/freebsd-10.3-release/contrib/telnet/telnetd/
H A Dstate.c1129 int xwinsize, ywinsize; local
1136 xwinsize = SB_GET() << 8;
1139 xwinsize |= SB_GET();
1146 clientstat(TELOPT_NAWS, xwinsize, ywinsize);

Completed in 107 milliseconds