Searched refs:ws_col (Results 1 - 25 of 60) sorted by relevance

123

/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Dtermstat.c105 ws.ws_col = parm1;
/freebsd-10.0-release/crypto/heimdal/lib/roken/
H A Dget_window_size.c74 *columns = ws.ws_col;
/freebsd-10.0-release/sbin/camcontrol/
H A Dprogress.c75 winsize.ws_col != 0) {
76 prog->ttywidth = winsize.ws_col;
/freebsd-10.0-release/usr.bin/mail/
H A Dmain.c320 * Width is either 80 or ws_col;
330 ws.ws_col = ws.ws_row = 0;
345 if ((screenwidth = ws.ws_col) == 0)
/freebsd-10.0-release/usr.bin/talk/
H A Dinit_disp.c198 (ws.ws_row == LINES && ws.ws_col == COLS))
202 resizeterm(ws.ws_row, ws.ws_col);
/freebsd-10.0-release/usr.bin/tset/
H A Dtset.c168 if (win.ws_row == 0 && win.ws_col == 0 &&
171 win.ws_col = Columns;
/freebsd-10.0-release/sys/sys/
H A Dttycom.h54 unsigned short ws_col; /* columns, in characters */ member in struct:winsize
/freebsd-10.0-release/crypto/openssh/
H A Dprogressmeter.c297 winsize.ws_col != 0) {
298 if (winsize.ws_col > MAX_WINSIZE)
301 win_size = winsize.ws_col;
H A Dsshpty.c196 w.ws_col = col;
/freebsd-10.0-release/sys/compat/svr4/
H A Dsvr4_termios.h195 u_short ws_col; member in struct:svr4_winsize
/freebsd-10.0-release/sys/i386/ibcs2/
H A Dibcs2_termios.h230 u_short ws_col; member in struct:ibcs2_winsize
/freebsd-10.0-release/bin/stty/
H A Dkey.c159 ip->win.ws_col = atoi(ip->arg);
276 (void)printf("%d %d\n", ip->win.ws_row, ip->win.ws_col);
H A Dprint.c86 cnt += printf(" %d rows; %d columns;", wp->ws_row, wp->ws_col);
/freebsd-10.0-release/contrib/telnet/telnetd/
H A Dtermstat.c540 ws.ws_col = parm1;
608 ws.ws_col = def_col;
/freebsd-10.0-release/contrib/top/
H A Dscreen.c400 if (ws.ws_col != 0)
402 screen_width = ws.ws_col - 1;
/freebsd-10.0-release/contrib/atf/atf-c++/detail/
H A Dui.cpp64 width = ws.ws_col;
/freebsd-10.0-release/contrib/libreadline/examples/
H A Drlptytest.c264 err_msg("%d rows and %d cols\n", size.ws_row, size.ws_col);
/freebsd-10.0-release/usr.bin/tabs/
H A Dtabs.c230 width = ws.ws_col;
/freebsd-10.0-release/usr.bin/column/
H A Dcolumn.c90 if (ioctl(1, TIOCGWINSZ, &win) == -1 || !win.ws_col) {
94 termwidth = win.ws_col;
/freebsd-10.0-release/contrib/tcsh/
H A Dsh.file.c318 if (ioctl(SHOUT, TIOCGWINSZ, (ioctl_t) & win) < 0 || win.ws_col == 0)
319 win.ws_col = 80;
323 columns = win.ws_col / maxwidth;
/freebsd-10.0-release/libexec/rlogind/
H A Drlogind.c328 w.ws_col = ntohs(w.ws_col);
/freebsd-10.0-release/usr.bin/rlogin/
H A Drlogin.c495 ws.ws_col = htons(winsize.ws_col);
/freebsd-10.0-release/usr.bin/w/
H A Dw.c310 ioctl(STDIN_FILENO, TIOCGWINSZ, &ws) == -1) || ws.ws_col == 0)
313 ttywidth = ws.ws_col - 1;
/freebsd-10.0-release/usr.bin/who/
H A Dwho.c310 return (ws.ws_col);
/freebsd-10.0-release/contrib/ee/
H A Dnew_curse.c749 if (ws.ws_row == LINES && ws.ws_col == COLS)
753 if (ws.ws_col > 0)
754 COLS = ws.ws_col;
1008 if (ws.ws_col > 0)
1009 COLS = ws.ws_col;

Completed in 276 milliseconds

123