Home
last modified time | relevance | path

Searched refs:ws_col (Results 1 – 25 of 42) sorted by relevance

12

/third_party/ltp/testcases/kernel/pty/
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()
Dpty07.c96 consize.v_cols = wsize.ws_col; in setup()
/third_party/ninja/src/
Dline_printer.cc110 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/
Dtty.c31 if (ws.ws_col) x = ws.ws_col; in terminal_size()
/third_party/popt/src/
Dpopthelp.c105 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/
Dioctl.h52 unsigned short ws_col; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dioctl.h52 unsigned short ws_col; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dioctl.h52 unsigned short ws_col; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dioctl.h52 unsigned short ws_col; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dioctl.h54 unsigned short ws_col; member
/third_party/alsa-utils/alsamixer/
Dwidget.c128 resize_term(size.ws_row, size.ws_col); in window_size_changed()
/third_party/toybox/toys/pending/
Dstty.c187 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()
Dtelnetd.c219 ws.ws_col = (curr[3] << 8) | curr[4]; in handle_iacs()
Dstrace.c272 ws.ws_row, ws.ws_col, ws.ws_xpixel, ws.ws_ypixel);
/third_party/curl/src/
Dtool_cb_prg.c263 cols = ts.ws_col; in progressbarinit()
/third_party/musl/include/
Dalltypes.h.in80 STRUCT winsize { unsigned short ws_row, ws_col, ws_xpixel, ws_ypixel; }; variable
/third_party/node/deps/uv/src/unix/
Dtty.c344 *width = ws.ws_col; in uv_tty_get_winsize()
/third_party/libuv/src/unix/
Dtty.c344 *width = ws.ws_col; in uv_tty_get_winsize()
/third_party/toybox/kconfig/
Dmconf.c298 cols = ws.ws_col; in init_wsize()
/third_party/libinput/tools/
Dlibinput-debug-tablet.c589 termwidth = w.ws_col; in main()
/third_party/mksh/
Dvar.c1727 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/
DProcess.inc318 Columns = ws.ws_col;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DProcess.inc302 Columns = ws.ws_col;
/third_party/lzma/CPP/7zip/UI/Console/
DMain.cpp931 consoleWidth = w.ws_col; in Main2()
/third_party/rust/crates/libc/src/unix/
Dmod.rs166 pub ws_col: ::c_ushort,

12