HomeSort by: relevance | last modified time | path
    Searched refs:ws_ypixel (Results 1 - 11 of 11) 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/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/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/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

Completed in 20 milliseconds