| /dragonfly/usr.bin/window/ |
| HD | wwtty.c | 124 if (winsize.ws_col != 0) in wwgetttysize() 125 *c = winsize.ws_col; in wwgetttysize() 135 winsize.ws_col = c; in wwsetttysize()
|
| /dragonfly/crypto/openssh/ |
| HD | progressmeter.c | 294 winsize.ws_col != 0) { in setscreensize() 295 if (winsize.ws_col > MAX_WINSIZE) in setscreensize() 298 win_size = winsize.ws_col; in setscreensize()
|
| HD | sshpty.c | 159 w.ws_col = col; in pty_change_window_size()
|
| /dragonfly/sys/dev/misc/syscons/ |
| HD | scvidctl.c | 172 tp->t_winsize.ws_col, tp->t_winsize.ws_row, in sc_set_text_mode() 174 if (tp->t_winsize.ws_col != scp->xsize || in sc_set_text_mode() 176 tp->t_winsize.ws_col = scp->xsize; in sc_set_text_mode() 409 if (tp->t_winsize.ws_col != scp->xsize || in sc_set_pixel_mode() 411 tp->t_winsize.ws_col = scp->xsize; in sc_set_pixel_mode() 957 if (tp->t_winsize.ws_col != scp->xsize || in sc_update_render() 959 tp->t_winsize.ws_col = scp->xsize; in sc_update_render()
|
| /dragonfly/usr.bin/tset/ |
| HD | tset.c | 155 if (win.ws_row == 0 && win.ws_col == 0 && in main() 158 win.ws_col = Columns; in main()
|
| /dragonfly/usr.bin/mail/ |
| HD | main.c | 328 ws.ws_col = ws.ws_row = 0; in setscreensize() 343 if ((screenwidth = ws.ws_col) == 0) in setscreensize()
|
| /dragonfly/libexec/telnetd/ |
| HD | termstat.c | 531 ws.ws_col = parm1; in clientstat() 599 ws.ws_col = def_col; in defer_terminit()
|
| /dragonfly/bin/stty/ |
| HD | key.c | 155 ip->win.ws_col = atoi(ip->arg); in f_columns() 271 printf("%d %d\n", ip->win.ws_row, ip->win.ws_col); in f_size()
|
| HD | print.c | 81 cnt += printf(" %d rows; %d columns;", wp->ws_row, wp->ws_col); in print()
|
| /dragonfly/contrib/dialog/ |
| HD | ttysize.c | 63 # define WINSIZE_COLS(n) (int)n.ws_col
|
| /dragonfly/usr.bin/column/ |
| HD | column.c | 80 if (ioctl(1, TIOCGWINSZ, &win) == -1 || !win.ws_col) { in main() 84 termwidth = win.ws_col; in main()
|
| /dragonfly/usr.bin/top/ |
| HD | screen.c | 181 if (ws.ws_col != 0) in screen_getsize() 183 screen_width = ws.ws_col - 1; in screen_getsize()
|
| /dragonfly/contrib/tcsh-6/ |
| HD | sh.file.c | 314 if (ioctl(SHOUT, TIOCGWINSZ, (ioctl_t) & win) < 0 || win.ws_col == 0) in print_by_column() 315 win.ws_col = 80; in print_by_column() 319 columns = win.ws_col / maxwidth; in print_by_column()
|
| /dragonfly/sys/sys/ |
| HD | ttycom.h | 55 unsigned short ws_col; /* columns, in characters */ member
|
| /dragonfly/usr.sbin/iostat/ |
| HD | iostat.c | 256 if (ioctl(1, TIOCGWINSZ, &ws) >= 0 && ws.ws_col > 80) in main() 257 maxshowdevs += (ws.ws_col - 80) / 17; in main()
|
| /dragonfly/usr.bin/tabs/ |
| HD | tabs.c | 233 width = ws.ws_col; in ttywidth()
|
| /dragonfly/bin/ls/ |
| HD | ls.c | 158 win.ws_col > 0) in main() 159 termwidth = win.ws_col; in main()
|
| /dragonfly/usr.bin/w/ |
| HD | w.c | 315 ioctl(STDIN_FILENO, TIOCGWINSZ, &ws) == -1) || ws.ws_col == 0) in main() 318 ttywidth = ws.ws_col - 1; in main()
|
| /dragonfly/contrib/mdocml/ |
| HD | main.c | 386 ws.ws_col > 1) { in main() 387 if (conf.output.width == 0 && ws.ws_col < 79) in main() 388 conf.output.width = ws.ws_col - 1; in main() 389 if (conf.output.indent == 0 && ws.ws_col < 66) in main()
|
| /dragonfly/usr.bin/ministat/ |
| HD | ministat.c | 553 wsz.ws_col > 0) in main() 554 termwidth = wsz.ws_col; in main()
|
| /dragonfly/bin/ps/ |
| HD | ps.c | 137 ws.ws_col == 0) in main() 140 termwidth = ws.ws_col - 1; in main()
|
| /dragonfly/sbin/fsdb/ |
| HD | fsdbutil.c | 166 columns = ws.ws_col; in charsperline()
|
| /dragonfly/usr.bin/sed/ |
| HD | process.c | 603 win.ws_col > 0) in lputs() 604 termwidth = win.ws_col; in lputs()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | diagnostic.c | 111 w.ws_col = 0; in get_terminal_width() 112 if (ioctl (0, TIOCGWINSZ, &w) == 0 && w.ws_col > 0) in get_terminal_width() 113 return w.ws_col; in get_terminal_width()
|
| /dragonfly/games/tetris/ |
| HD | screen.c | 264 Cols = ws.ws_col; in scr_set()
|