Searched refs:ypixel (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dsession.h42 u_int row, col, xpixel, ypixel; member in struct:Session
H A Dsshpty.c190 u_int xpixel, u_int ypixel)
198 w.ws_ypixel = ypixel;
189 pty_change_window_size(int ptyfd, u_int row, u_int col, u_int xpixel, u_int ypixel) argument
H A Dserverloop.c942 u_int ypixel = packet_get_int(); local
947 pty_change_window_size(fdin, row, col, xpixel, ypixel);
H A Dsession.c2035 s->ypixel = packet_get_int();
2037 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel);
2066 s->ypixel = packet_get_int();
2098 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel);
/macosx-10.10/ruby-106/ruby/ext/io/console/
H A Dconsole.c528 VALUE row, col, xpixel, ypixel; local
536 &row, &col, &xpixel, &ypixel);
544 SET(ypixel);

Completed in 195 milliseconds