Lines Matching refs:ws
1162 * check COLUMNS/LINES before checking ws.ws_col/row,1558 struct winsize ws;1560 if (ioctl(tty_fd, TIOCGWINSZ, &ws) >= 0) {1561 if (ws.ws_col)1562 x_cols = ws.ws_col;1563 if (ws.ws_row)1564 x_lins = ws.ws_row;