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

/freebsd-10.0-release/sys/sys/
H A Dttycom.h56 unsigned short ws_ypixel; /* vertical size, pixels */ member in struct:winsize
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_termios.h197 u_short ws_ypixel; member in struct:svr4_winsize
/freebsd-10.0-release/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.0-release/libexec/rlogind/
H A Drlogind.c330 w.ws_ypixel = ntohs(w.ws_ypixel);
/freebsd-10.0-release/usr.bin/rlogin/
H A Drlogin.c497 ws.ws_ypixel = htons(winsize.ws_ypixel);
/freebsd-10.0-release/crypto/openssh/
H A Dsshpty.c198 w.ws_ypixel = ypixel;
H A Ddefines.h349 unsigned short ws_ypixel; /* vertical size, pixels */ member in struct:winsize
H A Dclientloop.c537 packet_put_int((u_int)ws.ws_ypixel);
2131 packet_put_int((u_int)ws.ws_ypixel);
H A Dssh.c1275 packet_put_int((u_int)ws.ws_ypixel);
H A Dchannels.c3471 packet_put_int((u_int)ws.ws_ypixel);
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Droken.h.in775 unsigned short ws_xpixel, ws_ypixel;
/freebsd-10.0-release/sys/kern/
H A Dtty.c2133 tp->t_winsize.ws_xpixel, tp->t_winsize.ws_ypixel);
/freebsd-10.0-release/sys/compat/linux/
H A Dlinux_ioctl.c330 unsigned short ws_xpixel, ws_ypixel; member in struct:linux_winsize

Completed in 148 milliseconds