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

123

/macosx-10.10/bash-94.1.2/bash-3.2/lib/sh/
H A Dwinsize.c71 win.ws_row > 0 && win.ws_col > 0)
73 sh_set_lines_and_columns (win.ws_row, win.ws_col);
75 rl_set_screen_size (win.ws_row, win.ws_col);
79 *cp = win.ws_col;
/macosx-10.10/sudo-73/src/
H A Dttysize.c43 # define ws_col ts_cols macro
56 wsize.ws_row != 0 && wsize.ws_col != 0) {
58 *colp = wsize.ws_col;
H A Dlbuf.c61 # define ws_col ts_cols macro
72 if (ioctl(STDERR_FILENO, TIOCGWINSZ, &wsize) == 0 && wsize.ws_col != 0)
73 return (int)wsize.ws_col;
/macosx-10.10/Heimdal-398.1.2/appl/telnet/telnetd/
H A Dtermstat.c105 ws.ws_col = parm1;
/macosx-10.10/ksh-23/ksh/src/lib/libast/port/
H A Dastwinsize.c78 if (!ttctl(fd, TIOCGWINSZ, &ws) && ws.ws_col > 0 && ws.ws_row > 0)
81 if (cols) *cols = ws.ws_col;
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dget_window_size.c74 *columns = ws.ws_col;
/macosx-10.10/mail_cmds-30/mail/
H A Dmain.c368 * Width is either 80 or ws_col;
378 ws.ws_col = ws.ws_row = 0;
393 if ((screenwidth = ws.ws_col) == 0)
/macosx-10.10/OpenSSH-189/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;
/macosx-10.10/tcl-105/tcl_ext/expect/expect/
H A Dexp_win.c59 #define columns ws_col
/macosx-10.10/xnu-2782.1.97/bsd/sys/
H A Dttycom.h85 unsigned short ws_col; /* columns, in characters */ member in struct:winsize
/macosx-10.10/adv_cmds-158/stty/
H A Dkey.c163 ip->win.ws_col = atoi(ip->arg);
279 (void)printf("%d %d\n", ip->win.ws_row, ip->win.ws_col);
H A Dprint.c100 cnt += printf(" %d rows; %d columns;", wp->ws_row, wp->ws_col);
/macosx-10.10/remote_cmds-47/talk.tproj/
H A Dinit_disp.c210 (ws.ws_row == LINES && ws.ws_col == COLS))
214 resizeterm(ws.ws_row, ws.ws_col);
/macosx-10.10/remote_cmds-47/telnetd.tproj/
H A Dtermstat.c540 ws.ws_col = parm1;
608 ws.ws_col = def_col;
/macosx-10.10/xnu-2782.1.97/bsd/dev/i386/
H A Dkm.c148 wp->ws_col = video.v_width / wp->ws_xpixel;
151 wp->ws_col = 100;
/macosx-10.10/adv_cmds-158/tabs/
H A Dtabs.c233 width = ws.ws_col;
/macosx-10.10/bind9-45.101/bind9/unit/atf-src/atf-c++/detail/
H A Dui.cpp63 width = ws.ws_col;
/macosx-10.10/text_cmds-88/column/
H A Dcolumn.c90 if (ioctl(1, TIOCGWINSZ, &win) == -1 || !win.ws_col) {
94 termwidth = win.ws_col;
/macosx-10.10/tcsh-65/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;
/macosx-10.10/file_cmds-242/ls/
H A Dls.c169 win.ws_col > 0)
170 termwidth = win.ws_col;
/macosx-10.10/man-16/man/src/
H A Dman.c126 else if(wsz.ws_col) {
127 line_length = wsz.ws_col;
/macosx-10.10/remote_cmds-47/rlogin.tproj/
H A Drlogin.c741 wp->ws_col = htons(winsize.ws_col);
/macosx-10.10/remote_cmds-47/rlogind.tproj/
H A Drlogind.c427 w.ws_col = ntohs(w.ws_col);
/macosx-10.10/ruby-106/ruby/ext/io/console/
H A Dconsole.c474 #define winsize_col(buf) (buf)->ws_col
539 ws.ws_row = ws.ws_col = ws.ws_xpixel = ws.ws_ypixel = 0;

Completed in 328 milliseconds

123