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

12

/haiku-fatelf/src/bin/bash/lib/sh/
H A Dwinsize.c84 win.ws_row > 0 && win.ws_col > 0)
86 sh_set_lines_and_columns (win.ws_row, win.ws_col);
88 rl_set_screen_size (win.ws_row, win.ws_col);
92 *cp = win.ws_col;
/haiku-fatelf/src/bin/
H A Dwatch.c87 if (w.ws_col > 0)
88 width = w.ws_col;
H A Dmountvolume.cpp504 if (size.ws_col < 95) {
505 sVolumeNameWidth -= (95 - size.ws_col) / 2;
506 sFSNameWidth -= (95 - size.ws_col) / 2;
/haiku-fatelf/src/bin/network/telnetd/
H A Dtermstat.c540 ws.ws_col = parm1;
608 ws.ws_col = def_col;
H A Dsys_term.c923 ws.ws_col = def_col;
/haiku-fatelf/src/bin/unzip/
H A Dttyio.c364 fprintf(stderr, "ttyio.c screensize(): ws_col = %d\n",
365 wsz.ws_col);
373 *tt_cols = (int)((wsz.ws_col > 0) ? wsz.ws_col : 80);
/haiku-fatelf/src/bin/zip/
H A Dttyio.c364 fprintf(stderr, "ttyio.c screensize(): ws_col = %d\n",
365 wsz.ws_col);
373 *tt_cols = (int)((wsz.ws_col > 0) ? wsz.ws_col : 80);
/haiku-fatelf/src/add-ons/kernel/drivers/ports/pc_serial/
H A DTracing.cpp156 ws->ws_row, ws->ws_col, ws->ws_xpixel, ws->ws_ypixel);
/haiku-fatelf/src/tests/apps/miniterminal/
H A DMiniView.cpp192 ws.ws_col = cols;
226 ws.ws_col = cols;
/haiku-fatelf/src/bin/coreutils/src/
H A Dstty.c1337 win.ws_col = cols;
1352 that ws_row is set to ws_col, and ws_col is set to (ws_xpixel<<16) +
1356 machine like the sun386i, the problem is the same, but for ws_col == 0.
1361 if (win.ws_row == 0 || win.ws_col == 0)
1366 ttysz.ts_cols = win.ws_col;
1369 win.ws_col = 1;
1400 win.ws_row, win.ws_col);
1419 if (get_win_size (STDOUT_FILENO, &win) == 0 && 0 < win.ws_col)
1420 return win.ws_col;
[all...]
H A Dls.c1606 && 0 < ws.ws_col && ws.ws_col == (size_t) ws.ws_col)
1607 line_length = ws.ws_col;
/haiku-fatelf/headers/posix/
H A Dtermios.h198 unsigned short ws_col; member in struct:winsize
/haiku-fatelf/src/add-ons/kernel/generic/tty/
H A Dtty.cpp739 settings.window_size.ws_col = 80;
741 settings.window_size.ws_xpixel = settings.window_size.ws_col * 8;
1283 settings.window_size.ws_row, settings.window_size.ws_col,
1685 uint16 oldColumns = tty->settings.window_size.ws_col;
1695 if ((oldColumns != tty->settings.window_size.ws_col
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dterminal.c237 wc = (int) window_size.ws_col;
/haiku-fatelf/src/bin/gdb/readline/
H A Dterminal.c207 _rl_screenwidth = (int) window_size.ws_col;
/haiku-fatelf/src/libs/ncurses/ncurses/tinfo/
H A Dlib_setup.c98 # define WINSIZE_COLS(n) (int)n.ws_col
/haiku-fatelf/src/libs/ncurses/test/
H A Dview.c465 resize_term(size.ws_row, size.ws_col);
/haiku-fatelf/src/add-ons/kernel/drivers/tty/
H A Dtty.cpp815 settings->window_size.ws_col = 80;
817 settings->window_size.ws_xpixel = settings->window_size.ws_col * 8;
1498 settings.window_size.ws_row, settings.window_size.ws_col,
1684 uint16 oldColumns = tty->settings->window_size.ws_col;
1694 if ((oldColumns != tty->settings->window_size.ws_col
/haiku-fatelf/src/apps/terminal/
H A DShell.cpp211 winSize.ws_col = columns;
/haiku-fatelf/src/bin/network/ftp/
H A Dutil.c924 winsize.ws_col != 0)
925 ttywidth = winsize.ws_col;
/haiku-fatelf/src/libs/ncurses/progs/
H A Dtset.c1215 if (win.ws_row == 0 && win.ws_col == 0 &&
1218 win.ws_col = tcolumns;
/haiku-fatelf/src/add-ons/kernel/drivers/common/
H A Dconsole.cpp743 size.ws_xpixel = size.ws_col = console->columns;
/haiku-fatelf/src/bin/network/telnet/
H A Dsys_bsd.c787 *cols = ws.ws_col;
/haiku-fatelf/src/libs/edit/
H A Dterm.c974 if (ws.ws_col)
975 *cols = ws.ws_col;
/haiku-fatelf/src/bin/less/
H A Dscreen.c774 if (w.ws_col > 0)
775 sys_width = w.ws_col;

Completed in 375 milliseconds

12