/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 | 96 consize.v_cols = wsize.ws_col; in setup()
|
/third_party/ninja/src/ |
H A D | line_printer.cc | 110 if ((ioctl(STDOUT_FILENO, TIOCGWINSZ, &size) == 0) && size.ws_col) { in Print() 111 to_print = ElideMiddle(to_print, size.ws_col); in Print()
|
/third_party/toybox/lib/ |
H A D | tty.c | 31 if (ws.ws_col) x = ws.ws_col; in terminal_size()
|
/third_party/popt/src/ |
H A D | popthelp.c | 105 size_t ws_col = (size_t)ws.ws_col; in maxColumnWidth() local 106 if (ws_col > maxcols && ws_col < (size_t)256) in maxColumnWidth() 107 maxcols = ws_col - 1; in maxColumnWidth()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | ioctl.h | 52 unsigned short ws_col; member
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ioctl.h | 52 unsigned short ws_col; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ioctl.h | 52 unsigned short ws_col; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | ioctl.h | 54 unsigned short ws_col; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ioctl.h | 52 unsigned short ws_col; member
|
/third_party/python/Modules/ |
H A D | termios.c | 365 Returns a tuple (ws_row, ws_col). 391 PyTuple_SetItem(v, 1, PyLong_FromLong((long)w.ws_col)); in termios_tcgetwinsize_impl() 438 is a two-item tuple (ws_row, ws_col) like the one returned by tcgetwinsize(). 479 w.ws_col = (unsigned short) winsz_1; 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() 254 else ws.ws_col = value; in set_size()
|
H A D | telnetd.c | 219 ws.ws_col = (curr[3] << 8) | curr[4]; 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/curl/src/ |
H A D | tool_cb_prg.c | 263 cols = ts.ws_col; in progressbarinit()
|
/third_party/libuv/src/unix/ |
H A D | tty.c | 349 *width = ws.ws_col; in uv_tty_get_winsize()
|
/third_party/node/deps/uv/src/unix/ |
H A D | tty.c | 344 *width = ws.ws_col; in uv_tty_get_winsize()
|
/third_party/libinput/tools/ |
H A D | libinput-debug-tablet.c | 589 termwidth = w.ws_col; in main()
|
/third_party/toybox/kconfig/ |
H A D | mconf.c | 298 cols = ws.ws_col; in init_wsize()
|
/third_party/mksh/ |
H A D | var.c | 1261 * check COLUMNS/LINES before checking ws.ws_col/row, in getspec() 1727 if (ws.ws_col) in change_winsz() 1728 x_cols = ws.ws_col; in change_winsz()
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | Main.cpp | 931 consoleWidth = w.ws_col;
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 166 pub ws_col: ::c_ushort,
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 4165 pub ws_col: crate::ctypes::c_ushort,
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 244 pub ws_col: ::c_ushort,
|