/third_party/ltp/testcases/kernel/pty/ |
H A D | ptem01.c | 165 if (wsz.ws_row != wsz1.ws_row || wsz.ws_col != wsz1.ws_col || in test2() 175 if (wsz.ws_row != wsz1.ws_row || wsz.ws_col != wsz1.ws_col || in test2() 189 if (wsz.ws_row != wsz2.ws_row || wsz.ws_col != wsz2.ws_col || in test2()
|
H A D | pty07.c | 95 consize.v_rows = wsize.ws_row; in setup()
|
/third_party/selinux/libselinux/utils/ |
H A D | avcstat.c | 84 if (ret < 0 || ws.ws_row < 3) in set_window_rows() 85 ws.ws_row = 24; in set_window_rows() 86 rows = ws.ws_row; in set_window_rows()
|
/third_party/toybox/lib/ |
H A D | tty.c | 32 if (ws.ws_row) y = ws.ws_row; in terminal_size()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | ioctl.h | 51 unsigned short ws_row; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ioctl.h | 51 unsigned short ws_row; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ioctl.h | 51 unsigned short ws_row; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | ioctl.h | 53 unsigned short ws_row; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ioctl.h | 51 unsigned short ws_row; member
|
/third_party/python/Modules/ |
H A D | termios.c | 365 Returns a tuple (ws_row, ws_col). 390 PyTuple_SetItem(v, 0, PyLong_FromLong((long)w.ws_row)); in termios_tcgetwinsize_impl() 438 is a two-item tuple (ws_row, ws_col) like the one returned by tcgetwinsize(). 478 w.ws_row = (unsigned short) winsz_0; in termios_tcsetwinsize_impl() 480 if ((((long)w.ws_row) != winsz_0) || (((long)w.ws_col) != winsz_1)) { in termios_tcsetwinsize_impl()
|
/third_party/alsa-utils/alsamixer/ |
H A D | widget.c | 128 resize_term(size.ws_row, size.ws_col); in window_size_changed()
|
/third_party/toybox/toys/pending/ |
H A D | stty.c | 187 out(verbose ? "rows %d; columns %d;" : "%d %d\n", ws.ws_row, ws.ws_col); in show_size() 253 if (is_rows) ws.ws_row = value; in set_size()
|
H A D | telnetd.c | 220 ws.ws_row = (curr[5] << 8) | curr[6]; in handle_iacs()
|
H A D | strace.c | 271 fprintf(stderr, "{ws_row=%hu, ws_col=%hu, ws_xpixel=%hu, ws_ypixel=%hu}", in print_struct() 272 ws.ws_row, ws.ws_col, ws.ws_xpixel, ws.ws_ypixel); in print_struct()
|
/third_party/libuv/src/unix/ |
H A D | tty.c | 350 *height = ws.ws_row; in uv_tty_get_winsize()
|
/third_party/node/deps/uv/src/unix/ |
H A D | tty.c | 345 *height = ws.ws_row; in uv_tty_get_winsize()
|
/third_party/toybox/kconfig/ |
H A D | mconf.c | 297 rows = ws.ws_row; in init_wsize()
|
/third_party/mksh/ |
H A D | var.c | 1729 if (ws.ws_row) in change_winsz() 1730 x_lins = ws.ws_row; in change_winsz()
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 165 pub ws_row: ::c_ushort,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 4164 pub ws_row: crate::ctypes::c_ushort,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 243 pub ws_row: ::c_ushort,
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | general.rs | 4162 pub ws_row: crate::ctypes::c_ushort,
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | general.rs | 4142 pub ws_row: crate::ctypes::c_ushort,
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
H A D | general.rs | 4306 pub ws_row: crate::ctypes::c_ushort,
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
H A D | general.rs | 4376 pub ws_row: crate::ctypes::c_ushort,
|