Searched refs:ws_col (Results 1 – 14 of 14) sorted by relevance
16 ws->ws_col = atoi(s); in get_term_dimensions()17 if (ws->ws_row && ws->ws_col) in get_term_dimensions()23 ws->ws_row && ws->ws_col) in get_term_dimensions()27 ws->ws_col = 80; in get_term_dimensions()
2322 return ws.ws_col > MAX_WIDTH ? MAX_WIDTH : ws.ws_col; in get_term_width()
119 ws->ws_col = atoi(s); in get_term_dimensions()120 if (ws->ws_row && ws->ws_col) in get_term_dimensions()126 ws->ws_row && ws->ws_col) in get_term_dimensions()130 ws->ws_col = 80; in get_term_dimensions()142 max_cols = win.ws_col - 1; /* don't print *on* the edge */ in pretty_print_string_list()
81 pager_columns = sz.ws_col; in setup_pager()
17 unsigned short ws_col; member
36 unsigned short ws_col; member
48 unsigned short ws_col; member
73 ret = ((*rows_out != size.ws_row) || (*cols_out != size.ws_col)); in generic_window_size()76 *cols_out = size.ws_col; in generic_window_size()
300 &tty->winsize.ws_col); in line_activate()658 &tty->winsize.ws_col); in winch_interrupt()
557 if (!tty->winsize.ws_row && !tty->winsize.ws_col) { in sclp_vt220_open()559 tty->winsize.ws_col = 80; in sclp_vt220_open()
1287 port->cons.ws.ws_col = cols; in set_console_size()1343 port->cons.ws.ws_row = port->cons.ws.ws_col = 0; in add_port()
1275 ws.ws_col = vc->vc_cols; in vc_do_resize()1323 return vc_do_resize(tty, vc, ws->ws_col, ws->ws_row, false); in vt_resize()3666 if (!tty->winsize.ws_row && !tty->winsize.ws_col) { in con_install()3668 tty->winsize.ws_col = vc_cons[currcons].d->vc_cols; in con_install()
324 const int win_width = top->winsize.ws_col - 1; in perf_top__print_sym_table()