Home
last modified time | relevance | path

Searched refs:ws_row (Results 1 - 25 of 35) sorted by relevance

12

/third_party/ltp/testcases/kernel/pty/
H A Dptem01.c165 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 Dpty07.c95 consize.v_rows = wsize.ws_row; in setup()
/third_party/selinux/libselinux/utils/
H A Davcstat.c84 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 Dtty.c32 if (ws.ws_row) y = ws.ws_row; in terminal_size()
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H A Dioctl.h51 unsigned short ws_row; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dioctl.h51 unsigned short ws_row; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dioctl.h51 unsigned short ws_row; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dioctl.h53 unsigned short ws_row; member
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dioctl.h51 unsigned short ws_row; member
/third_party/python/Modules/
H A Dtermios.c365 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 Dwidget.c128 resize_term(size.ws_row, size.ws_col); in window_size_changed()
/third_party/toybox/toys/pending/
H A Dstty.c187 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 Dtelnetd.c220 ws.ws_row = (curr[5] << 8) | curr[6]; in handle_iacs()
H A Dstrace.c271 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 Dtty.c350 *height = ws.ws_row; in uv_tty_get_winsize()
/third_party/node/deps/uv/src/unix/
H A Dtty.c345 *height = ws.ws_row; in uv_tty_get_winsize()
/third_party/toybox/kconfig/
H A Dmconf.c297 rows = ws.ws_row; in init_wsize()
/third_party/mksh/
H A Dvar.c1729 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 Dmod.rs165 pub ws_row: ::c_ushort,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs4164 pub ws_row: crate::ctypes::c_ushort,
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs243 pub ws_row: ::c_ushort,
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs4162 pub ws_row: crate::ctypes::c_ushort,
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs4142 pub ws_row: crate::ctypes::c_ushort,
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs4306 pub ws_row: crate::ctypes::c_ushort,
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs4376 pub ws_row: crate::ctypes::c_ushort,

Completed in 86 milliseconds

12