Searched refs:TerminalWindowSize (Results 1 – 4 of 4) sorted by relevance
317 TerminalWindowSize(long *, long *),
1323 err_ = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0; in suspend()1330 if (TerminalWindowSize(&newrows, &newcols) && connected && in suspend()1351 err_ = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0; in shell()1381 if (TerminalWindowSize(&newrows, &newcols) && connected && in shell()
712 TerminalWindowSize(long *rows, long *cols) in TerminalWindowSize() function
2401 if (TerminalWindowSize(&rows, &cols) == 0) { /* Failed */ in sendnaws()