Searched refs:TerminalWindowSize (Results 1 – 4 of 4) sorted by relevance
298 TerminalWindowSize(long *, long *),
1288 err_ = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0; in suspend()1295 if (TerminalWindowSize(&newrows, &newcols) && connected && in suspend()1316 err_ = (TerminalWindowSize(&oldrows, &oldcols) == 0) ? 1 : 0; in shell()1346 if (TerminalWindowSize(&newrows, &newcols) && connected && in shell()
773 TerminalWindowSize(long *rows, long *cols) in TerminalWindowSize() function
2353 if (TerminalWindowSize(&rows, &cols) == 0) { /* Failed */ in sendnaws()