Searched refs:winsize (Results 1 – 9 of 9) sorted by relevance
/aosp12/build/soong/ui/terminal/ |
H A D | util.go | 43 var winsize struct { 48 syscall.TIOCGWINSZ, uintptr(unsafe.Pointer(&winsize)), 50 return int(winsize.wsColumn), int(winsize.wsRow), err == 0
|
/aosp12/bionic/libc/include/ |
H A D | pty.h | 52 … __tty_name, const struct termios* _Nullable __termios_ptr, const struct winsize* _Nullable __wins… 63 …ld_tty_name, const struct termios* _Nullable __termios_ptr, const struct winsize* _Nullable __wins…
|
/aosp12/bionic/libc/bionic/ |
H A D | pty.cpp | 115 int openpty(int* pty, int* tty, char* name, const termios* t, const winsize* ws) { in openpty() 151 int forkpty(int* parent_pty, char* child_tty_name, const termios* t, const winsize* ws) { in forkpty()
|
/aosp12/bionic/tests/ |
H A D | pty_test.cpp | 33 struct winsize w = { 123, 456, 9999, 999 }; in TEST() 43 struct winsize w_actual; in TEST()
|
/aosp12/bionic/libc/kernel/uapi/asm-generic/ |
H A D | termios.h | 23 struct winsize { struct
|
/aosp12/packages/modules/adb/client/ |
H A D | line_printer.cpp | 113 winsize size; in Print()
|
H A D | commandline.cpp | 422 struct winsize { in send_window_size_change() struct 430 winsize ws; in send_window_size_change()
|
/aosp12/frameworks/base/tools/bit/ |
H A D | print.cpp | 136 struct winsize ws; in print_one_line()
|
/aosp12/packages/modules/adb/daemon/ |
H A D | shell_service.cpp | 688 winsize ws; in PassInput()
|