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

/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dttycom.h87 unsigned short ws_ypixel; /* vertical size, pixels */ member in struct:winsize
/macosx-10.9.5/xnu-2422.115.4/bsd/dev/i386/
H A Dkm.c135 wp->ws_ypixel = 16;
149 wp->ws_row = video.v_height / wp->ws_ypixel;
/macosx-10.9.5/OpenSSH-186/openssh/
H A Dsshpty.c198 w.ws_ypixel = ypixel;
H A Ddefines.h354 unsigned short ws_ypixel; /* vertical size, pixels */ member in struct:winsize
H A Dclientloop.c607 packet_put_int((u_int)ws.ws_ypixel);
2184 packet_put_int((u_int)ws.ws_ypixel);
H A Dssh.c1216 packet_put_int((u_int)ws.ws_ypixel);
H A Dchannels.c3407 packet_put_int((u_int)ws.ws_ypixel);
/macosx-10.9.5/remote_cmds-41.90.1/rlogin.tproj/
H A Drlogin.c742 wp->ws_ypixel = htons(winsize.ws_ypixel);
/macosx-10.9.5/remote_cmds-41.90.1/rlogind.tproj/
H A Drlogind.c429 w.ws_ypixel = ntohs(w.ws_ypixel);
/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DReadKey.xs450 *xpix=w.ws_xpixel; *ypix=w.ws_ypixel; return 0;
553 w.ws_ypixel=ypix;
/macosx-10.9.5/ruby-104/ruby/ext/io/console/
H A Dconsole.c539 ws.ws_row = ws.ws_col = ws.ws_xpixel = ws.ws_ypixel = 0;

Completed in 161 milliseconds