Home
last modified time | relevance | path

Searched refs:ws_ypixel (Results 1 – 11 of 11) sorted by relevance

/external/ltp/testcases/kernel/pty/
Dptem01.c170 wsz.ws_ypixel != wsz1.ws_ypixel) { in test2()
180 wsz.ws_ypixel != wsz1.ws_ypixel) { in test2()
194 wsz.ws_ypixel != wsz2.ws_ypixel) { in test2()
/external/kernel-headers/original/uapi/asm-generic/
Dtermios.h19 unsigned short ws_ypixel; member
/external/openssh/
Dsshpty.c195 w.ws_ypixel = ypixel; in pty_change_window_size()
Ddefines.h385 unsigned short ws_ypixel; /* vertical size, pixels */ member
Dclientloop.c570 packet_put_int((u_int)ws.ws_ypixel); in client_check_window_change()
2619 packet_put_int((u_int)ws.ws_ypixel); in client_session2_setup()
Dssh.c1754 packet_put_int((u_int)ws.ws_ypixel); in ssh_session()
Dchannels.c4236 packet_put_int((u_int)ws.ws_ypixel);
/external/strace/
Dterm.c120 ws.ws_row, ws.ws_col, ws.ws_xpixel, ws.ws_ypixel); in decode_winsize()
/external/sl4a/ScriptingLayerForAndroid/jni/
Dcom_googlecode_android_scripting_Exec.cpp190 sz.ws_ypixel = ypixel; in Java_com_googlecode_android_1scripting_Exec_setPtyWindowSize()
/external/rust/crates/libc/src/unix/
Dmod.rs157 pub ws_ypixel: ::c_ushort,
/external/rust/crates/libc/src/fuchsia/
Dmod.rs240 pub ws_ypixel: ::c_ushort,