Searched refs:TerminalWindowSize (Results 1 – 4 of 4) sorted by relevance
251 int TerminalWindowSize(long *, long *);
1341 err = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0; in suspend()1348 if (TerminalWindowSize(&newrows, &newcols) && connected && in suspend()1368 err = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0; in shell()1398 if (TerminalWindowSize(&newrows, &newcols) && connected && in shell()
440 TerminalWindowSize(long *rows, long *cols) in TerminalWindowSize() function
2366 if (TerminalWindowSize(&rows, &cols) == 0) { /* Failed */ in sendnaws()