Home
last modified time | relevance | path

Searched refs:ws_row (Results 1 – 20 of 20) sorted by relevance

/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()
/third_party/e2fsprogs/ext2ed/
Dwin.c202 if (ws.ws_row < min_lines) in redraw_all()
203 ws.ws_row = min_lines; in redraw_all()
204 if ((ws.ws_row != LINES) || (ws.ws_col != COLS)) { in redraw_all()
208 resizeterm(ws.ws_row, ws.ws_col); in redraw_all()
/third_party/selinux/libselinux/utils/
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/
Dtty.c32 if (ws.ws_row) y = ws.ws_row; in terminal_size()
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dioctl.h51 unsigned short ws_row; member
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dioctl.h51 unsigned short ws_row; member
/third_party/musl/include/sys/
Dioctl.h51 unsigned short ws_row; member
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dioctl.h51 unsigned short ws_row; member
/third_party/musl/ndk_musl_include/sys/
Dioctl.h51 unsigned short ws_row; member
/third_party/musl/porting/uniproton/kernel/include/sys/
Dioctl.h51 unsigned short ws_row; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dioctl.h51 unsigned short ws_row; 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()
253 if (is_rows) ws.ws_row = value; in set_size()
Dtelnetd.c251 ws.ws_row = (curr[5] << 8) | curr[6]; in handle_iacs()
/third_party/libuv/src/unix/
Dtty.c327 *height = ws.ws_row; in uv_tty_get_winsize()
/third_party/toybox/kconfig/
Dmconf.c297 rows = ws.ws_row; in init_wsize()
/third_party/mksh/
Dvar.c1729 if (ws.ws_row) in change_winsz()
1730 x_lins = ws.ws_row; in change_winsz()
/third_party/quickjs/
Dquickjs-libc.c1716 ws.ws_col >= 4 && ws.ws_row >= 4) { in js_os_ttyGetWinSize()
1721 JS_DefinePropertyValueUint32(ctx, obj, 1, JS_NewInt32(ctx, ws.ws_row), JS_PROP_C_W_E); in js_os_ttyGetWinSize()
/third_party/weston/clients/
Dterminal.c837 ws.ws_row = terminal->height; in terminal_resize_cells()
/third_party/python/Modules/
Dposixmodule.c13171 lines = w.ws_row; in os_get_terminal_size_impl()