Searched refs:ws_col (Results 1 - 16 of 16) sorted by relevance

/linux-master/tools/perf/util/
H A Dterm.c16 ws->ws_col = atoi(s);
17 if (ws->ws_row && ws->ws_col)
23 ws->ws_row && ws->ws_col)
27 ws->ws_col = 80;
H A Dparse-events.c2242 return ws.ws_col > MAX_WIDTH ? MAX_WIDTH : ws.ws_col;
/linux-master/arch/sparc/include/uapi/asm/
H A Dtermios.h38 unsigned short ws_col; member in struct:winsize
/linux-master/arch/alpha/include/uapi/asm/
H A Dtermios.h36 unsigned short ws_col; member in struct:winsize
/linux-master/arch/powerpc/include/uapi/asm/
H A Dtermios.h48 unsigned short ws_col; member in struct:winsize
/linux-master/include/uapi/asm-generic/
H A Dtermios.h17 unsigned short ws_col; member in struct:winsize
/linux-master/arch/mips/include/uapi/asm/
H A Dtermios.h48 unsigned short ws_col; member in struct:winsize
/linux-master/tools/lib/subcmd/
H A Dhelp.c114 ws->ws_col = atoi(s);
115 if (ws->ws_row && ws->ws_col)
121 ws->ws_row && ws->ws_col)
125 ws->ws_col = 80;
137 max_cols = win.ws_col - 1; /* don't print *on* the edge */
H A Dpager.c81 pager_columns = sz.ws_col;
/linux-master/arch/um/drivers/
H A Dchan_user.c61 ret = ((*rows_out != size.ws_row) || (*cols_out != size.ws_col));
64 *cols_out = size.ws_col;
H A Dline.c300 &tty->winsize.ws_col);
656 &tty->winsize.ws_col);
/linux-master/drivers/s390/char/
H A Dsclp_vt220.c557 if (!tty->winsize.ws_row && !tty->winsize.ws_col) {
559 tty->winsize.ws_col = 80;
H A Dcon3270.c1026 ws.ws_col = tp->view.cols;
1199 tty->winsize.ws_col = tp->view.cols;
/linux-master/drivers/char/
H A Dvirtio_console.c1288 port->cons.ws.ws_col = cols;
1345 port->cons.ws.ws_row = port->cons.ws.ws_col = 0;
/linux-master/drivers/tty/vt/
H A Dvt.c1266 ws.ws_col = vc->vc_cols;
1315 ret = vc_do_resize(tty, vc, ws->ws_col, ws->ws_row, false);
3538 if (!tty->winsize.ws_row && !tty->winsize.ws_col) {
3540 tty->winsize.ws_col = vc_cons[currcons].d->vc_cols;
/linux-master/tools/perf/
H A Dbuiltin-top.c323 const int win_width = top->winsize.ws_col - 1;

Completed in 232 milliseconds