/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_v.c | 139 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 D | ex_temp.c | 124 jwin.ws_col = oldcolumns; in cleanup() 136 jwin.ws_col = oldcolumns; in cleanup()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | ptem.c | 231 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 D | tty_pts.c | 257 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 D | progressmeter.c | 300 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 D | astwinsize.c | 78 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 D | termcap.c | 399 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 D | ttycom.h | 44 unsigned short ws_col; /* columns, in characters */ member
|
/titanic_41/usr/src/cmd/projects/ |
H A D | projects.c | 163 ws.ws_col > 0) in print_projects() 164 columns = ws.ws_col; in print_projects()
|
/titanic_41/usr/src/ucbcmd/stty/ |
H A D | sttyparse.c | 260 winsize->ws_col = atoi(*++argv); 410 if((owinsize->ws_col != winsize->ws_col
|
H A D | stty.c | 91 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 D | ttold.h | 158 unsigned short ws_col; /* columns, in character */ member
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | setupterm.c | 564 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 D | prtpicl.c | 156 winsize.ws_col != 0) in print_bytearray() 157 columns = winsize.ws_col; in print_bytearray()
|
/titanic_41/usr/src/cmd/ttymon/ |
H A D | sttyparse.c | 297 winsize->ws_col = atoi(*++argv); 461 if ((owinsize->ws_col != winsize->ws_col ||
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | setup.c | 484 if (0 < wininfo.ws_col) 485 columns = wininfo.ws_col;
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | setup.c | 509 if (0 < wininfo.ws_col) in restartterm() 510 columns = wininfo.ws_col; in restartterm()
|
/titanic_41/usr/src/cmd/intrstat/ |
H A D | intrstat.c | 134 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 D | clientloop.c | 441 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 D | ptree.c | 165 winsize.ws_col != 0) in main() 166 columns = winsize.ws_col; in main()
|
/titanic_41/usr/src/ucblib/libcurses/ |
H A D | cr_tty.c | 120 COLS = win.ws_col; in setterm()
|
/titanic_41/usr/src/lib/libinetutil/common/ |
H A D | ofmt.c | 530 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 D | on.c | 124 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 D | smbstat.c | 1169 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 D | cvcd.c | 851 w.ws_col = ntohs(w.ws_col);
|