| /freebsd-12-stable/lib/libdpv/ |
| D | dialog_util.c | 100 maxsize->ws_col = TTY_DEFAULT_COLS; in tty_maxsize_update() 164 maxsize->ws_col = (unsigned short)strtonum( in x11_maxsize_update() 196 return (maxsize->ws_col - 2); in dialog_maxcols() 198 return (maxsize->ws_col); in dialog_maxcols() 200 return (maxsize->ws_col); in dialog_maxcols() 215 return (maxsize->ws_col); in tty_maxcols()
|
| /freebsd-12-stable/crypto/openssh/ |
| D | progressmeter.c | 288 winsize.ws_col != 0) { in setscreensize() 289 if (winsize.ws_col > MAX_WINSIZE) in setscreensize() 292 win_size = winsize.ws_col; in setscreensize()
|
| D | sshpty.c | 159 w.ws_col = col; in pty_change_window_size()
|
| /freebsd-12-stable/usr.bin/resizewin/ |
| D | resizewin.c | 90 if (w.ws_row != 0 && w.ws_col != 0) in main() 144 if (sscanf(data, "\033[%hu;%huR", &w.ws_row, &w.ws_col) != 2) { in main()
|
| /freebsd-12-stable/usr.bin/top/ |
| D | screen.c | 262 if (ws.ws_col != 0) in get_screensize() 264 screen_width = ws.ws_col - 1; in get_screensize()
|
| /freebsd-12-stable/sbin/camcontrol/ |
| D | progress.c | 77 winsize.ws_col != 0) { in progress_init() 78 prog->ttywidth = winsize.ws_col; in progress_init()
|
| /freebsd-12-stable/usr.bin/tset/ |
| D | tset.c | 170 if (win.ws_row == 0 && win.ws_col == 0 && in main() 173 win.ws_col = Columns; in main()
|
| /freebsd-12-stable/usr.bin/talk/ |
| D | init_disp.c | 200 (ws.ws_row == LINES && ws.ws_col == COLS)) in resize_display() 204 resizeterm(ws.ws_row, ws.ws_col); in resize_display()
|
| /freebsd-12-stable/sys/sys/ |
| D | _winsize.h | 44 unsigned short ws_col; /* columns, in characters */ member
|
| /freebsd-12-stable/contrib/telnet/telnetd/ |
| D | termstat.c | 536 ws.ws_col = parm1; in clientstat() 604 ws.ws_col = def_col; in defer_terminit()
|
| /freebsd-12-stable/usr.bin/mail/ |
| D | main.c | 375 ws.ws_col = ws.ws_row = 0; in setscreensize() 390 if ((screenwidth = ws.ws_col) == 0) in setscreensize()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/tools/driver/ |
| D | Platform.cpp | 32 ws->ws_col = info.dwMaximumWindowSize.X; in ioctl()
|
| D | Platform.h | 27 long ws_col; member
|
| D | Driver.cpp | 491 if (window_size.ws_col > 0) in MainLoop() 492 m_debugger.SetTerminalWidth(window_size.ws_col); in MainLoop() 694 if ((window_size.ws_col > 0) && g_driver != nullptr) { in sigwinch_handler() 695 g_driver->ResizeWindow(window_size.ws_col); in sigwinch_handler()
|
| /freebsd-12-stable/bin/stty/ |
| D | key.c | 158 ip->win.ws_col = atoi(ip->arg); in f_columns() 275 (void)printf("%d %d\n", ip->win.ws_row, ip->win.ws_col); in f_size()
|
| /freebsd-12-stable/crypto/heimdal/appl/telnet/telnetd/ |
| D | termstat.c | 105 ws.ws_col = parm1; in clientstat()
|
| /freebsd-12-stable/usr.bin/column/ |
| D | column.c | 92 if (ioctl(1, TIOCGWINSZ, &win) == -1 || !win.ws_col) { in main() 96 termwidth = win.ws_col; in main()
|
| /freebsd-12-stable/crypto/heimdal/lib/roken/ |
| D | get_window_size.c | 74 *columns = ws.ws_col; in get_window_size()
|
| /freebsd-12-stable/contrib/tcsh/ |
| D | sh.file.c | 315 if (ioctl(SHOUT, TIOCGWINSZ, (ioctl_t) & win) < 0 || win.ws_col == 0) in print_by_column() 316 win.ws_col = 80; in print_by_column() 320 columns = win.ws_col / maxwidth; in print_by_column()
|
| /freebsd-12-stable/sys/i386/ibcs2/ |
| D | ibcs2_termios.h | 232 u_short ws_col; member
|
| /freebsd-12-stable/sys/dev/syscons/ |
| D | scvidctl.c | 239 wsz.ws_col = scp->xsize; in sc_set_text_mode() 299 wsz.ws_col = scp->xsize; in sc_set_graphics_mode() 419 wsz.ws_col = scp->xsize; in sc_set_pixel_mode()
|
| /freebsd-12-stable/usr.bin/tabs/ |
| D | tabs.c | 232 width = ws.ws_col; in ttywidth()
|
| /freebsd-12-stable/usr.bin/w/ |
| D | w.c | 386 ioctl(STDIN_FILENO, TIOCGWINSZ, &ws) == -1) || ws.ws_col == 0) in main() 389 ttywidth = ws.ws_col - 1; in main()
|
| /freebsd-12-stable/contrib/mandoc/ |
| D | main.c | 392 ws.ws_col > 1) { in main() 393 if (conf.output.width == 0 && ws.ws_col < 79) in main() 394 conf.output.width = ws.ws_col - 1; in main() 395 if (conf.output.indent == 0 && ws.ws_col < 66) in main()
|
| /freebsd-12-stable/usr.bin/who/ |
| D | who.c | 312 return (ws.ws_col); in ttywidth()
|