ws_col 36 arch/alpha/include/uapi/asm/termios.h unsigned short ws_col; ws_col 17 arch/ia64/include/uapi/asm/termios.h unsigned short ws_col; ws_col 48 arch/mips/include/uapi/asm/termios.h unsigned short ws_col; ws_col 10 arch/parisc/include/uapi/asm/termios.h unsigned short ws_col; ws_col 48 arch/powerpc/include/uapi/asm/termios.h unsigned short ws_col; ws_col 16 arch/s390/include/uapi/asm/termios.h unsigned short ws_col; ws_col 38 arch/sparc/include/uapi/asm/termios.h unsigned short ws_col; ws_col 61 arch/um/drivers/chan_user.c ret = ((*rows_out != size.ws_row) || (*cols_out != size.ws_col)); ws_col 64 arch/um/drivers/chan_user.c *cols_out = size.ws_col; ws_col 300 arch/um/drivers/line.c &tty->winsize.ws_col); ws_col 653 arch/um/drivers/line.c &tty->winsize.ws_col); ws_col 1325 drivers/char/virtio_console.c port->cons.ws.ws_col = cols; ws_col 1382 drivers/char/virtio_console.c port->cons.ws.ws_row = port->cons.ws.ws_col = 0; ws_col 564 drivers/s390/char/sclp_vt220.c if (!tty->winsize.ws_row && !tty->winsize.ws_col) { ws_col 566 drivers/s390/char/sclp_vt220.c tty->winsize.ws_col = 80; ws_col 881 drivers/s390/char/tty3270.c ws.ws_col = tp->view.cols; ws_col 969 drivers/s390/char/tty3270.c tty->winsize.ws_col = tp->view.cols; ws_col 1001 drivers/s390/char/tty3270.c tty->winsize.ws_col = tp->view.cols; ws_col 1308 drivers/tty/vt/vt.c ws.ws_col = vc->vc_cols; ws_col 1355 drivers/tty/vt/vt.c ret = vc_do_resize(tty, vc, ws->ws_col, ws->ws_row); ws_col 3277 drivers/tty/vt/vt.c if (!tty->winsize.ws_row && !tty->winsize.ws_col) { ws_col 3279 drivers/tty/vt/vt.c tty->winsize.ws_col = vc_cons[currcons].d->vc_cols; ws_col 17 include/uapi/asm-generic/termios.h unsigned short ws_col; ws_col 90 tools/lib/subcmd/help.c ws->ws_col = atoi(s); ws_col 91 tools/lib/subcmd/help.c if (ws->ws_row && ws->ws_col) ws_col 97 tools/lib/subcmd/help.c ws->ws_row && ws->ws_col) ws_col 101 tools/lib/subcmd/help.c ws->ws_col = 80; ws_col 113 tools/lib/subcmd/help.c max_cols = win.ws_col - 1; /* don't print *on* the edge */ ws_col 81 tools/lib/subcmd/pager.c pager_columns = sz.ws_col; ws_col 317 tools/perf/builtin-top.c const int win_width = top->winsize.ws_col - 1; ws_col 1972 tools/perf/util/parse-events.c return ws.ws_col > MAX_WIDTH ? MAX_WIDTH : ws.ws_col; ws_col 16 tools/perf/util/term.c ws->ws_col = atoi(s); ws_col 17 tools/perf/util/term.c if (ws->ws_row && ws->ws_col) ws_col 23 tools/perf/util/term.c ws->ws_row && ws->ws_col) ws_col 27 tools/perf/util/term.c ws->ws_col = 80;