Home
last modified time | relevance | path

Searched refs:winsize (Results 1 – 9 of 9) sorted by relevance

/aosp12/build/soong/ui/terminal/
H A Dutil.go43 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 Dpty.h52 … __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 Dpty.cpp115 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 Dpty_test.cpp33 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 Dtermios.h23 struct winsize { struct
/aosp12/packages/modules/adb/client/
H A Dline_printer.cpp113 winsize size; in Print()
H A Dcommandline.cpp422 struct winsize { in send_window_size_change() struct
430 winsize ws; in send_window_size_change()
/aosp12/frameworks/base/tools/bit/
H A Dprint.cpp136 struct winsize ws; in print_one_line()
/aosp12/packages/modules/adb/daemon/
H A Dshell_service.cpp688 winsize ws; in PassInput()