Searched refs:TerminalWindowSize (Results 1 – 4 of 4) sorted by relevance
292 extern int TerminalWindowSize(unsigned short *, unsigned short *);
1509 err = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0;1516 if (TerminalWindowSize(&newrows, &newcols) && connected &&1538 err = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0;1568 if (TerminalWindowSize(&newrows, &newcols) && connected &&
598 TerminalWindowSize(rows, cols) in TerminalWindowSize() function
2614 if (TerminalWindowSize(&rows, &cols) == 0) { /* Failed */ in sendnaws()