Searched refs:ws_col (Results 1 – 6 of 6) sorted by relevance
44 unsigned short ws_col; /* columns, in characters */ member
68 for (j = 0; j < ws.ws_col*(ws.ws_row-2); j++) printf("."); in memtest_progress_start()74 progress_full = ws.ws_col*(ws.ws_row-3); in memtest_progress_start()351 ws.ws_col = 80; in memtest()
289 if (ioctl(1, TIOCGWINSZ, &ws) == -1 || ws.ws_col == 0) { in getColumns()312 return ws.ws_col; in getColumns()
264 r.tr_end.tp_col = size->ws_col; in terminal_set_winsize_blank()
2382 tp->t_winsize.ws_row, tp->t_winsize.ws_col, in DB_SHOW_COMMAND()
4800 columns = ws.ws_col; in get_columns()