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

/src/libexec/telnetd/
H A Dstate.c1162 int xwinsize, ywinsize; local in function:suboption
1175 ywinsize = SB_GET() << 8;
1178 ywinsize |= SB_GET();
1179 clientstat(TELOPT_NAWS, xwinsize, ywinsize);

Completed in 7 milliseconds