Searched refs:ws_ypixel (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/sys/sys/
H A Dttycom.h56 unsigned short ws_ypixel; /* vertical size, pixels */ member in struct:winsize
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_termios.h197 u_short ws_ypixel; member in struct:svr4_winsize
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_termios.h232 u_short ws_ypixel; member in struct:ibcs2_winsize
H A Dibcs2_ioctl.c558 p->p_session->s_ttyp->t_winsize.ws_ypixel;
/freebsd-10-stable/crypto/openssh/
H A Dsshpty.c185 w.ws_ypixel = ypixel;
H A Ddefines.h388 unsigned short ws_ypixel; /* vertical size, pixels */ member in struct:winsize
H A Dclientloop.c572 packet_put_int((u_int)ws.ws_ypixel);
2571 packet_put_int((u_int)ws.ws_ypixel);
H A Dssh.c1758 packet_put_int((u_int)ws.ws_ypixel);
H A Dchannels.c3883 packet_put_int((u_int)ws.ws_ypixel);
/freebsd-10-stable/libexec/rlogind/
H A Drlogind.c326 w.ws_ypixel = ntohs(w.ws_ypixel);
/freebsd-10-stable/usr.bin/rlogin/
H A Drlogin.c497 ws.ws_ypixel = htons(winsize.ws_ypixel);
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Droken.h.in775 unsigned short ws_xpixel, ws_ypixel;
/freebsd-10-stable/sys/kern/
H A Dtty.c2249 tp->t_winsize.ws_xpixel, tp->t_winsize.ws_ypixel);
/freebsd-10-stable/sys/dev/vt/
H A Dvt_core.c565 size->ws_row = size->ws_ypixel = vd->vd_height;
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_ioctl.c338 unsigned short ws_xpixel, ws_ypixel; member in struct:linux_winsize

Completed in 228 milliseconds