Home
last modified time | relevance | path

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

123

/titanic_41/usr/src/cmd/vi/port/
H A Dex_v.c139 oldcolumns = jwin.ws_col;
142 if (columns != jwin.ws_col || lines != jwin.ws_row)
158 if (jwin.ws_col > 0) in setsize()
159 columns = jwin.ws_col; in setsize()
175 jwin.ws_col = columns; in setsize()
179 jwin.ws_col = oldcolumns; in setsize()
H A Dex_temp.c124 jwin.ws_col = oldcolumns; in cleanup()
136 jwin.ws_col = oldcolumns; in cleanup()
/titanic_41/usr/src/uts/common/io/
H A Dptem.c231 ntp->wsz.ws_col = 0; in ptemopen()
903 if ((tp->wsz.ws_row == 0) && (tp->wsz.ws_col == 0) && in ptioc()
921 jwb->bytesx = tp->wsz.ws_col; in ptioc()
933 if ((tp->wsz.ws_row == 0) && (tp->wsz.ws_col == 0) && in ptioc()
949 wb->ws_col = tp->wsz.ws_col; in ptioc()
969 (tp->wsz.ws_col != wb->ws_col) || in ptioc()
997 tp->wsz.ws_col = wb->ws_col; in ptioc()
H A Dtty_pts.c257 pty->pt_ttycommon.t_size.ws_col = 0; in ptslopen()
629 tc->t_size.ws_col = tp->ts_cols; in ptslioctl()
668 tp->ts_cols = tc->t_size.ws_col; in ptslioctl()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dprogressmeter.c300 winsize.ws_col != 0) { in setscreensize()
301 if (winsize.ws_col > MAX_WINSIZE) in setscreensize()
304 win_size = winsize.ws_col; in setscreensize()
/titanic_41/usr/src/lib/libast/common/port/
H A Dastwinsize.c78 if (!ttctl(fd, TIOCGWINSZ, &ws) && ws.ws_col > 0 && ws.ws_row > 0) in astwinsize()
81 if (cols) *cols = ws.ws_col; in astwinsize()
/titanic_41/usr/src/ucblib/libtermcap/
H A Dtermcap.c399 if (ws.ws_row == 0 || ws.ws_col == 0 || in tngetsize()
400 ws.ws_row > 999 || ws.ws_col > 999) in tngetsize()
417 bp = appendsmalldec(bp, ws.ws_col); in tngetsize()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dttycom.h44 unsigned short ws_col; /* columns, in characters */ member
/titanic_41/usr/src/cmd/projects/
H A Dprojects.c163 ws.ws_col > 0) in print_projects()
164 columns = ws.ws_col; in print_projects()
/titanic_41/usr/src/ucbcmd/stty/
H A Dsttyparse.c260 winsize->ws_col = atoi(*++argv);
410 if((owinsize->ws_col != winsize->ws_col
H A Dstty.c91 winsize.ws_row, winsize.ws_col); in main()
259 winsize.ws_row, winsize.ws_col); in prmodes()
485 winsize.ws_row, winsize.ws_col); in pramodes()
/titanic_41/usr/src/uts/common/sys/
H A Dttold.h158 unsigned short ws_col; /* columns, in character */ member
/titanic_41/usr/src/lib/libcurses/screen/
H A Dsetupterm.c564 if (w.ws_col != 0) in setupterm()
565 cur_nums->_columns = w.ws_col; in setupterm()
569 w.ws_row, w.ws_col); in setupterm()
/titanic_41/usr/src/cmd/picl/prtpicl/
H A Dprtpicl.c156 winsize.ws_col != 0) in print_bytearray()
157 columns = winsize.ws_col; in print_bytearray()
/titanic_41/usr/src/cmd/ttymon/
H A Dsttyparse.c297 winsize->ws_col = atoi(*++argv);
461 if ((owinsize->ws_col != winsize->ws_col ||
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c484 if (0 < wininfo.ws_col)
485 columns = wininfo.ws_col;
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dsetup.c509 if (0 < wininfo.ws_col) in restartterm()
510 columns = wininfo.ws_col; in restartterm()
/titanic_41/usr/src/cmd/intrstat/
H A Dintrstat.c134 if (win.ws_col == 0) { in set_width()
143 g_cpus_per_line = INTRSTAT_CPUS_PER_LINE(win.ws_col); in set_width()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c441 packet_put_int(ws.ws_col); in client_check_window_change()
449 packet_put_int(ws.ws_col); in client_check_window_change()
591 oldws.ws_col != newws.ws_col || in client_suspend_self()
/titanic_41/usr/src/cmd/ptools/ptree/
H A Dptree.c165 winsize.ws_col != 0) in main()
166 columns = winsize.ws_col; in main()
/titanic_41/usr/src/ucblib/libcurses/
H A Dcr_tty.c120 COLS = win.ws_col; in setterm()
/titanic_41/usr/src/lib/libinetutil/common/
H A Dofmt.c530 winsize->ws_col == 0 || winsize->ws_row == 0) { in ofmt_update_winsize()
531 winsize->ws_col = 80; in ofmt_update_winsize()
/titanic_41/usr/src/cmd/rexd/
H A Don.c124 size.ts_cols = (int)newsize.ws_col; in sigwinch()
515 WindowSize.ts_cols = (int)newsize.ws_col; in main()
/titanic_41/usr/src/cmd/smbsrv/smbstat/
H A Dsmbstat.c1169 if (smbstat_ws.ws_col == 0) { in smbstat_termio_init()
1175 if (smbstat_ws.ws_col == 0) in smbstat_termio_init()
1176 smbstat_ws.ws_col = 80; in smbstat_termio_init()
/titanic_41/usr/src/cmd/cvcd/sparc/sun4u/starfire/
H A Dcvcd.c851 w.ws_col = ntohs(w.ws_col);

123