Lines Matching refs:ws
8 void get_term_dimensions(struct winsize *ws)13 ws->ws_row = atoi(s);16 ws->ws_col = atoi(s);17 if (ws->ws_row && ws->ws_col)22 if (ioctl(1, TIOCGWINSZ, ws) == 0 &&23 ws->ws_row && ws->ws_col)26 ws->ws_row = 25;27 ws->ws_col = 80;