Searched refs:ws_row (Results 1 - 25 of 56) sorted by relevance

123

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dget_window_size.c74 *lines = ws.ws_row;
112 wp->ws_row = 1 + sb_info.srWindow.Bottom - sb_info.srWindow.Top;
/netbsd-6-1-5-RELEASE/usr.bin/window/
H A Dwwtty.c130 if (winsize.ws_row != 0)
131 *r = winsize.ws_row;
142 winsize.ws_row = r;
/netbsd-6-1-5-RELEASE/usr.bin/tset/
H A Dtset.c162 if (win.ws_row > 0 && win.ws_col > 0) {
163 nlines = win.ws_row;
165 } else if (win.ws_row == 0 && win.ws_col == 0 &&
167 win.ws_row = nlines;
/netbsd-6-1-5-RELEASE/lib/libcurses/
H A Dtstp.c143 win.ws_row != 0 && win.ws_col != 0) {
144 LINES = win.ws_row;
278 win.ws_row != 0 && win.ws_col != 0) {
279 if (win.ws_row != LINES) {
280 LINES = win.ws_row;
H A Dsetterm.c87 win.ws_row != 0 && win.ws_col != 0) {
88 screen->LINES = win.ws_row;
/netbsd-6-1-5-RELEASE/usr.bin/mail/
H A Dmain.c99 * If baud rate > 1200, use 24 or ws_row
111 ws.ws_col = ws.ws_row = 0;
120 else if (ws.ws_row != 0)
121 screenheight = ws.ws_row;
124 if ((realscreenheight = ws.ws_row) == 0)
/netbsd-6-1-5-RELEASE/sys/compat/svr4/
H A Dsvr4_termios.h195 u_short ws_row; member in struct:svr4_winsize
/netbsd-6-1-5-RELEASE/sys/sys/
H A Dttycom.h54 unsigned short ws_row; /* rows, in characters */ member in struct:winsize
/netbsd-6-1-5-RELEASE/bin/stty/
H A Dkey.c277 ip->win.ws_row = atoi(ip->arg);
297 (void)printf("%d %d\n", ip->win.ws_row, ip->win.ws_col);
H A Dprint.c97 cnt += printf(" %d rows; %d columns;", wp->ws_row, wp->ws_col);
/netbsd-6-1-5-RELEASE/distrib/utils/more/
H A Dscreen.c268 if (ioctl(2, TIOCGWINSZ, &w) == 0 && w.ws_row > 0)
269 sc_height = w.ws_row;
/netbsd-6-1-5-RELEASE/external/bsd/top/dist/
H A Dscreen.c177 if (ws.ws_row != 0)
179 screen_length = ws.ws_row;
/netbsd-6-1-5-RELEASE/libexec/telnetd/
H A Dtermstat.c530 ws.ws_row = parm2;
598 ws.ws_row = def_row;
/netbsd-6-1-5-RELEASE/distrib/utils/sysinst/
H A Drun.c349 actionwin = subwin(stdscr, win->ws_row - nrow, win->ws_col, nrow, 0);
612 if (win.ws_row == 0)
613 win.ws_row = 24;
627 win.ws_row -= 4;
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssh/dist/
H A Dsshpty.c130 w.ws_row = row;
/netbsd-6-1-5-RELEASE/sys/compat/ibcs2/
H A Dibcs2_termios.h228 u_short ws_row; member in struct:ibcs2_winsize
/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dbiconsdev.c125 tp->t_winsize.ws_row = bicons_height;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/examples/
H A Drlptytest.c264 err_msg("%d rows and %d cols\n", size.ws_row, size.ws_col);
/netbsd-6-1-5-RELEASE/usr.bin/rlogin/
H A Drlogin.c98 unsigned short ws_row, ws_col; member in struct:winsize
557 wp->ws_row = htons(winsize.ws_row);
785 wp->ws_row = ts.ts_lines;
/netbsd-6-1-5-RELEASE/sys/dev/rcons/
H A Drcons_kern.c191 ws->ws_row = rc->rc_maxrow;
/netbsd-6-1-5-RELEASE/games/tetris/
H A Dscreen.c169 Rows = ws.ws_row;
/netbsd-6-1-5-RELEASE/usr.sbin/iteconfig/
H A Diteconfig.c185 printf("tty size: rows %d cols %d\n", ws.ws_row, ws.ws_col);
/netbsd-6-1-5-RELEASE/usr.sbin/lpr/lpd/
H A Dkey.c230 ip->win.ws_row = atoi(ip->arg);
/netbsd-6-1-5-RELEASE/bin/ksh/
H A Dedit.c120 if (ws.ws_row
122 setint(vp, (long) ws.ws_row);
/netbsd-6-1-5-RELEASE/bin/ps/
H A Dps.c248 prtheader = ws.ws_row > 5 ? ws.ws_row : 22;

Completed in 152 milliseconds

123