Searched refs:TerminalWindowSize (Results 1 – 4 of 4) sorted by relevance
1328 err = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0; in telnetsuspend()1335 if (TerminalWindowSize(&newrows, &newcols) && connected && in telnetsuspend()1360 err = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0;1390 if (TerminalWindowSize(&newrows, &newcols) && connected &&
262 int TerminalWindowSize(long *rows, long *cols);
781 TerminalWindowSize(rows, cols) in TerminalWindowSize() function
2623 if (TerminalWindowSize(&rows, &cols) == 0) { /* Failed */ in sendnaws()