Home
last modified time | relevance | path

Searched refs:ws_col (Results 1 – 25 of 25) sorted by relevance

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dterm.c16 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()
H A Dparse-events.c2194 return ws.ws_col > MAX_WIDTH ? MAX_WIDTH : ws.ws_col; in get_term_width()
/OK3568_Linux_fs/kernel/tools/lib/subcmd/
H A Dhelp.c92 ws->ws_col = atoi(s); in get_term_dimensions()
93 if (ws->ws_row && ws->ws_col) in get_term_dimensions()
99 ws->ws_row && ws->ws_col) in get_term_dimensions()
103 ws->ws_col = 80; in get_term_dimensions()
115 max_cols = win.ws_col - 1; /* don't print *on* the edge */ in pretty_print_string_list()
H A Dpager.c81 pager_columns = sz.ws_col; in setup_pager()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dchan_user.c61 ret = ((*rows_out != size.ws_row) || (*cols_out != size.ws_col)); in generic_window_size()
64 *cols_out = size.ws_col; in generic_window_size()
H A Dline.c295 &tty->winsize.ws_col); in line_activate()
648 &tty->winsize.ws_col); in winch_interrupt()
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dtermios.h38 unsigned short ws_col; member
/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dtermios.h17 unsigned short ws_col; member
/OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/
H A Dtermios.h17 unsigned short ws_col; member
/OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/
H A Dtermios.h10 unsigned short ws_col; member
/OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/
H A Dtermios.h16 unsigned short ws_col; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dtermios.h17 unsigned short ws_col; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dtermios.h17 unsigned short ws_col; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dioctl-types.h30 unsigned short int ws_col; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dioctl-types.h30 unsigned short int ws_col; member
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dtermios.h48 unsigned short ws_col; member
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dtermios.h36 unsigned short ws_col; member
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dtermios.h48 unsigned short ws_col; member
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp_vt220.c564 if (!tty->winsize.ws_row && !tty->winsize.ws_col) { in sclp_vt220_open()
566 tty->winsize.ws_col = 80; in sclp_vt220_open()
H A Dtty3270.c881 ws.ws_col = tp->view.cols; in tty3270_resize_work()
969 tty->winsize.ws_col = tp->view.cols; in tty3270_install()
1001 tty->winsize.ws_col = tp->view.cols; in tty3270_install()
/OK3568_Linux_fs/kernel/drivers/char/
H A Dvirtio_console.c1323 port->cons.ws.ws_col = cols; in set_console_size()
1380 port->cons.ws.ws_row = port->cons.ws.ws_col = 0; in add_port()
/OK3568_Linux_fs/kernel/drivers/tty/vt/
H A Dvt.c1337 ws.ws_col = vc->vc_cols; in vc_do_resize()
1384 ret = vc_do_resize(tty, vc, ws->ws_col, ws->ws_row); in vt_resize()
3410 if (!tty->winsize.ws_row && !tty->winsize.ws_col) { in con_install()
3412 tty->winsize.ws_col = vc_cons[currcons].d->vc_cols; in con_install()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-top.c319 const int win_width = top->winsize.ws_col - 1; in perf_top__print_sym_table()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c1200 termwidth = w.ws_col; in get_termwidth()
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...