Home
last modified time | relevance | path

Searched refs:ws_col (Results 1 - 25 of 39) 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.c96 consize.v_cols = wsize.ws_col; in setup()
/third_party/ninja/src/
H A 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/
H A Dtty.c31 if (ws.ws_col) x = ws.ws_col; in terminal_size()
/third_party/popt/src/
H A 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_a_newlib/kernel/include/sys/
H A Dioctl.h52 unsigned short ws_col; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dioctl.h52 unsigned short ws_col; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dioctl.h52 unsigned short ws_col; member
/third_party/musl/porting/liteos_a/kernel/include/sys/
H A Dioctl.h54 unsigned short ws_col; member
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dioctl.h52 unsigned short ws_col; member
/third_party/python/Modules/
H A Dtermios.c365 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 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()
254 else ws.ws_col = value; in set_size()
H A Dtelnetd.c219 ws.ws_col = (curr[3] << 8) | curr[4]; 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/curl/src/
H A Dtool_cb_prg.c263 cols = ts.ws_col; in progressbarinit()
/third_party/libuv/src/unix/
H A Dtty.c349 *width = ws.ws_col; in uv_tty_get_winsize()
/third_party/node/deps/uv/src/unix/
H A Dtty.c344 *width = ws.ws_col; in uv_tty_get_winsize()
/third_party/libinput/tools/
H A Dlibinput-debug-tablet.c589 termwidth = w.ws_col; in main()
/third_party/toybox/kconfig/
H A Dmconf.c298 cols = ws.ws_col; in init_wsize()
/third_party/mksh/
H A Dvar.c1261 * 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 DMain.cpp931 consoleWidth = w.ws_col;
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs166 pub ws_col: ::c_ushort,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs4165 pub ws_col: crate::ctypes::c_ushort,
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs244 pub ws_col: ::c_ushort,

Completed in 43 milliseconds

12