/third_party/ltp/testcases/kernel/pty/ |
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()
|
D | pty07.c | 96 consize.v_cols = wsize.ws_col; in setup()
|
/third_party/ninja/src/ |
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/ |
D | tty.c | 31 if (ws.ws_col) x = ws.ws_col; in terminal_size()
|
/third_party/popt/src/ |
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_m/kernel/include/sys/ |
D | ioctl.h | 52 unsigned short ws_col; member
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | ioctl.h | 52 unsigned short ws_col; member
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | ioctl.h | 52 unsigned short ws_col; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | ioctl.h | 52 unsigned short ws_col; member
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | ioctl.h | 54 unsigned short ws_col; member
|
/third_party/alsa-utils/alsamixer/ |
D | widget.c | 128 resize_term(size.ws_row, size.ws_col); in window_size_changed()
|
/third_party/toybox/toys/pending/ |
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()
|
D | telnetd.c | 219 ws.ws_col = (curr[3] << 8) | curr[4]; in handle_iacs()
|
D | strace.c | 272 ws.ws_row, ws.ws_col, ws.ws_xpixel, ws.ws_ypixel);
|
/third_party/curl/src/ |
D | tool_cb_prg.c | 263 cols = ts.ws_col; in progressbarinit()
|
/third_party/musl/include/ |
D | alltypes.h.in | 80 STRUCT winsize { unsigned short ws_row, ws_col, ws_xpixel, ws_ypixel; }; variable
|
/third_party/node/deps/uv/src/unix/ |
D | tty.c | 344 *width = ws.ws_col; in uv_tty_get_winsize()
|
/third_party/libuv/src/unix/ |
D | tty.c | 344 *width = ws.ws_col; in uv_tty_get_winsize()
|
/third_party/toybox/kconfig/ |
D | mconf.c | 298 cols = ws.ws_col; in init_wsize()
|
/third_party/libinput/tools/ |
D | libinput-debug-tablet.c | 589 termwidth = w.ws_col; in main()
|
/third_party/mksh/ |
D | var.c | 1727 if (ws.ws_col) in change_winsz() 1728 x_cols = ws.ws_col; in change_winsz()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Process.inc | 318 Columns = ws.ws_col;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Process.inc | 302 Columns = ws.ws_col;
|
/third_party/lzma/CPP/7zip/UI/Console/ |
D | Main.cpp | 931 consoleWidth = w.ws_col; in Main2()
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 166 pub ws_col: ::c_ushort,
|