Home
last modified time | relevance | path

Searched refs:ws_xpixel (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/sys/
H A D_winsize.h42 unsigned short ws_xpixel; /* horizontal size, pixels */ member
/freebsd/crypto/openssh/
H A Dsshpty.c160 w.ws_xpixel = xpixel; in pty_change_window_size()
H A Ddefines.h414 unsigned short ws_xpixel; /* horizontal size, pixels */ member
H A Dclientloop.c2709 (r = sshpkt_put_u32(ssh, (u_int)ws.ws_xpixel)) != 0 || in client_session2_setup()
H A Dchannels.c4916 (r = sshpkt_put_u32(ssh, (u_int)ws.ws_xpixel)) != 0 || in channel_send_window_changes()
/freebsd/crypto/heimdal/lib/roken/
H A Droken.h.in775 unsigned short ws_xpixel, ws_ypixel; member
/freebsd/sys/kern/
H A Dtty.c2416 tp->t_winsize.ws_xpixel, tp->t_winsize.ws_ypixel); in DB_SHOW_COMMAND()
/freebsd/crypto/heimdal/include/
H A Dconfig.h.in1256 /* define if struct winsize has ws_xpixel */
/freebsd/sys/dev/vt/
H A Dvt_core.c692 size->ws_col = size->ws_xpixel = vd->vd_width; in vt_winsize()
/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c336 unsigned short ws_xpixel, ws_ypixel; member