HomeSort by: relevance | last modified time | path
    Searched refs:ws_ypixel (Results 1 - 20 of 20) sorted by relevancy

  /src/usr.bin/resize/
resize.h 85 (ws).ws_ypixel = ypixel)
resize.c 519 if (sscanf(buf, wsize[emu], &ts.ws_xpixel, &ts.ws_ypixel) != 2) {
532 scaled(TTYSIZE_ROWS(ts), rows, ts.ws_ypixel),
  /src/sys/sys/
ttycom.h 58 unsigned short ws_ypixel; /* vertical size, pixels */ member in struct:winsize
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
ioctl.d 130 ushort ws_ypixel;
365 ushort ws_ypixel;
380 ushort ws_ypixel;
398 ushort ws_ypixel;
ttycom.d 33 ushort ws_ypixel; // vertical size, pixels
127 ushort ws_ypixel; // vertical size, pixels
223 ushort ws_ypixel; // vertical size, pixels
  /src/sys/dev/rcons/
rcons_kern.c 194 ws->ws_ypixel = rc->rc_height;
  /src/usr.bin/rlogin/
rlogin.c 99 unsigned short ws_xpixel, ws_ypixel; member in struct:winsize
564 wp->ws_ypixel = htons(winsize.ws_ypixel);
792 wp->ws_ypixel = 0;
  /src/crypto/external/bsd/openssh/dist/
sshpty.c 136 w.ws_ypixel = ypixel;
clientloop.c 2756 (r = sshpkt_put_u32(ssh, (u_int)ws.ws_ypixel)) != 0)
channels.c 5021 (r = sshpkt_put_u32(ssh, (u_int)ws.ws_ypixel)) != 0 ||
  /src/sys/dev/hpc/
biconsdev.c 138 tp->t_winsize.ws_ypixel = bicons_ypixel;
  /src/libexec/rlogind/
rlogind.c 440 w.ws_ypixel = ntohs(w.ws_ypixel);
  /src/sys/arch/atari/dev/
ite_et.c 421 ws.ws_ypixel = view->display.height;
ite_cc.c 481 ws.ws_ypixel = view->display.height;
  /src/external/bsd/tmux/dist/
spawn.c 355 ws.ws_ypixel = w->ypixel * ws.ws_row;
window.c 445 ws.ws_ypixel = w->ypixel * ws.ws_row;
tty.c 143 ypixel = ws.ws_ypixel / sy;
  /src/sys/arch/amiga/dev/
ite_cc.c 346 ws.ws_ypixel = cci->view->display.height;
  /src/sys/compat/linux/common/
linux_termios.h 59 unsigned short ws_ypixel; member in struct:linux_winsize
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
roken.h.in 848 unsigned short ws_xpixel, ws_ypixel;

Completed in 110 milliseconds