Searched refs:ypixel (Results 1 – 5 of 5) sorted by relevance
/external/openssh/ |
D | sshpty.c | 152 u_int xpixel, u_int ypixel) in pty_change_window_size() argument 160 w.ws_ypixel = ypixel; in pty_change_window_size()
|
D | session.h | 43 u_int row, col, xpixel, ypixel; member
|
D | session.c | 1899 (r = sshpkt_get_u32(ssh, &s->ypixel)) != 0 || in session_window_change_req() 1902 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel); in session_window_change_req() 1924 (r = sshpkt_get_u32(ssh, &s->ypixel)) != 0) in session_pty_req() 1954 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel); in session_pty_req()
|
/external/sl4a/Common/src/com/googlecode/android_scripting/ |
D | Exec.java | 56 int ypixel); in setPtyWindowSize() argument
|
/external/sl4a/ScriptingLayerForAndroid/jni/ |
D | com_googlecode_android_scripting_Exec.cpp | 181 jint ypixel) { in Java_com_googlecode_android_1scripting_Exec_setPtyWindowSize() argument 190 sz.ws_ypixel = ypixel; in Java_com_googlecode_android_1scripting_Exec_setPtyWindowSize()
|