| /OK3568_Linux_fs/kernel/tools/perf/util/ |
| H A D | term.c | 13 ws->ws_row = 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() 26 ws->ws_row = 25; in get_term_dimensions()
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | help.c | 89 ws->ws_row = 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() 102 ws->ws_row = 25; in get_term_dimensions()
|
| /OK3568_Linux_fs/kernel/arch/um/drivers/ |
| H A D | chan_user.c | 61 ret = ((*rows_out != size.ws_row) || (*cols_out != size.ws_col)); in generic_window_size() 63 *rows_out = size.ws_row; in generic_window_size()
|
| H A D | line.c | 294 chan_window_size(line, &tty->winsize.ws_row, in line_activate() 647 chan_window_size(line, &tty->winsize.ws_row, in winch_interrupt()
|
| /OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/ |
| H A D | termios.h | 37 unsigned short ws_row; member
|
| /OK3568_Linux_fs/kernel/include/uapi/asm-generic/ |
| H A D | termios.h | 16 unsigned short ws_row; member
|
| /OK3568_Linux_fs/kernel/arch/ia64/include/uapi/asm/ |
| H A D | termios.h | 16 unsigned short ws_row; member
|
| /OK3568_Linux_fs/kernel/arch/parisc/include/uapi/asm/ |
| H A D | termios.h | 9 unsigned short ws_row; member
|
| /OK3568_Linux_fs/kernel/arch/s390/include/uapi/asm/ |
| H A D | termios.h | 15 unsigned short ws_row; 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 D | termios.h | 16 unsigned short ws_row; 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 D | termios.h | 16 unsigned short ws_row; 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 D | ioctl-types.h | 29 unsigned short int ws_row; 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 D | ioctl-types.h | 29 unsigned short int ws_row; member
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/ |
| H A D | termios.h | 47 unsigned short ws_row; member
|
| /OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/ |
| H A D | termios.h | 35 unsigned short ws_row; member
|
| /OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/ |
| H A D | termios.h | 47 unsigned short ws_row; member
|
| /OK3568_Linux_fs/kernel/drivers/s390/char/ |
| H A D | sclp_vt220.c | 564 if (!tty->winsize.ws_row && !tty->winsize.ws_col) { in sclp_vt220_open() 565 tty->winsize.ws_row = 24; in sclp_vt220_open()
|
| H A D | tty3270.c | 880 ws.ws_row = tp->view.rows - 2; in tty3270_resize_work() 968 tty->winsize.ws_row = tp->view.rows - 2; in tty3270_install() 1000 tty->winsize.ws_row = tp->view.rows - 2; in tty3270_install()
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | virtio_console.c | 1322 port->cons.ws.ws_row = rows; 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 D | vt.c | 1336 ws.ws_row = vc->vc_rows; 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() 3411 tty->winsize.ws_row = vc_cons[currcons].d->vc_rows; in con_install()
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-top.c | 96 top->print_entries = top->winsize.ws_row - HEADER_LINE_NR; in perf_top__update_print_entries()
|
| /OK3568_Linux_fs/buildroot/dl/ncurses/ |
| HD | ncurses-6.1-20190609-patch.sh.bz2 | 1#!/bin/sh
2# Use this script to patch ncurses 6.1 to 6.1 ( ... |