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

123

/freebsd-10-stable/contrib/llvm/tools/lldb/tools/driver/
H A DPlatform.cpp51 ws->ws_col = info.dwMaximumWindowSize.X;
H A DPlatform.h32 long ws_col; member in struct:winsize
/freebsd-10-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dtermstat.c105 ws.ws_col = parm1;
/freebsd-10-stable/lib/libdpv/
H A Ddialog_util.c77 * The `ws_row' and `ws_col' fields of `maxsize' are updated to hold current
100 maxsize->ws_col = TTY_DEFAULT_COLS;
107 * The `ws_row' and `ws_col' fields of `maxsize' are updated to hold current
164 maxsize->ws_col = (unsigned short)strtonum(
196 return (maxsize->ws_col - 2);
198 return (maxsize->ws_col);
200 return (maxsize->ws_col);
215 return (maxsize->ws_col);
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dget_window_size.c74 *columns = ws.ws_col;
/freebsd-10-stable/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-stable/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-stable/usr.bin/tset/
H A Dtset.c168 if (win.ws_row == 0 && win.ws_col == 0 &&
171 win.ws_col = Columns;
/freebsd-10-stable/sbin/camcontrol/
H A Dprogress.c75 winsize.ws_col != 0) {
76 prog->ttywidth = winsize.ws_col;
/freebsd-10-stable/sys/sys/
H A Dttycom.h54 unsigned short ws_col; /* columns, in characters */ member in struct:winsize
/freebsd-10-stable/crypto/openssh/
H A Dprogressmeter.c298 winsize.ws_col != 0) {
299 if (winsize.ws_col > MAX_WINSIZE)
302 win_size = winsize.ws_col;
H A Dsshpty.c183 w.ws_col = col;
/freebsd-10-stable/sys/compat/svr4/
H A Dsvr4_termios.h195 u_short ws_col; member in struct:svr4_winsize
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_termios.h230 u_short ws_col; member in struct:ibcs2_winsize
/freebsd-10-stable/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-stable/contrib/telnet/telnetd/
H A Dtermstat.c540 ws.ws_col = parm1;
608 ws.ws_col = def_col;
/freebsd-10-stable/contrib/top/
H A Dscreen.c403 if (ws.ws_col != 0)
405 screen_width = ws.ws_col - 1;
/freebsd-10-stable/contrib/libreadline/examples/
H A Drlptytest.c264 err_msg("%d rows and %d cols\n", size.ws_row, size.ws_col);
/freebsd-10-stable/usr.bin/tabs/
H A Dtabs.c230 width = ws.ws_col;
/freebsd-10-stable/usr.bin/column/
H A Dcolumn.c90 if (ioctl(1, TIOCGWINSZ, &win) == -1 || !win.ws_col) {
94 termwidth = win.ws_col;
/freebsd-10-stable/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-stable/libexec/rlogind/
H A Drlogind.c324 w.ws_col = ntohs(w.ws_col);
/freebsd-10-stable/usr.bin/rlogin/
H A Drlogin.c495 ws.ws_col = htons(winsize.ws_col);
/freebsd-10-stable/usr.bin/w/
H A Dw.c300 ioctl(STDIN_FILENO, TIOCGWINSZ, &ws) == -1) || ws.ws_col == 0)
303 ttywidth = ws.ws_col - 1;

Completed in 322 milliseconds

123