Home
last modified time | relevance | path

Searched refs:COLS (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/usr.bin/talk/
H A Dinit_disp.c90 my_win.x_ncols = COLS; in init_display()
97 his_win.x_ncols = COLS; in init_display()
104 line_win = newwin(1, COLS, my_win.x_nlines, 0); in init_display()
106 whline(line_win, 0, COLS); in init_display()
194 (ws.ws_row == LINES && ws.ws_col == COLS)) in resize_display()
205 my_win.x_ncols = COLS; in resize_display()
211 his_win.x_ncols = COLS; in resize_display()
216 wresize(line_win, 1, COLS); in resize_display()
219 whline(line_win, '-', COLS); in resize_display()
/freebsd/contrib/dialog/samples/
H A Dwheel12 COLS="`sed -e 's/^[^,]*,[ ]*//' $tempfile`"
16 COLS=`expr "$COLS" - 30`
20 expr "$1" \* "$COLS" / 132
/freebsd/usr.bin/systat/
H A Dcmds.c79 if (_col + _len > COLS) in command()
82 if (_col + 1 < COLS) in command()
/freebsd/contrib/ee/
H A Dnew_curse.c485 int COLS; variable
749 if (ws.ws_row == LINES && ws.ws_col == COLS)
754 COLS = ws.ws_col;
757 local_virt = newwin(LINES, COLS, 0, 0);
758 local_std = newwin(LINES, COLS, 0, 0);
759 local_cur = newwin(LINES, COLS, 0, 0);
987 COLS = Numbers[co__]; in initscr()
998 COLS = value; in initscr()
1009 COLS = ws.ws_col; in initscr()
1012 virtual_scr = newwin(LINES, COLS, 0, 0); in initscr()
[all …]
H A Dee.c587 right_margin = COLS - 1; in main()
903 horiz_offset = (scr_horz - (scr_horz % 8)) - (COLS - 8); in scanline()
1502 horiz_offset = (scr_horz - (scr_horz % 8)) - (COLS - 8); in find_pos()
3278 if (((LINES > 15) && (COLS >= 80)) && info_window) in set_up_term()
3287 com_win = newwin(1, COLS, (LINES - 1), 0); in set_up_term()
3292 text_win = newwin((LINES - 1), COLS, 0, 0); in set_up_term()
3294 text_win = newwin((LINES - 7), COLS, 6, 0); in set_up_term()
3298 help_win = newwin((LINES - 1), COLS, 0, 0); in set_up_term()
3304 info_win = newwin(6, COLS, 0, 0); in set_up_term()
3309 last_col = COLS - 1; in set_up_term()
[all …]
H A Dnew_curse.h185 extern int LINES, COLS;
/freebsd/tools/tools/net80211/stumbler/
H A Dstumbler.c251 x = COLS - 2; in display_chan()
428 left = COLS - x - 1; in display_node()
445 for (; x < COLS-1; x++) in display_node()
448 assert (x <= COLS); in display_node()
/freebsd/contrib/dialog/
H A Dutil.c225 dlg_print_text(stdscr, dialog_vars.backtitle, COLS - 2, &attr); in dlg_put_backtitle()
226 for (i = 0; i < COLS - backwidth; i++) in dlg_put_backtitle()
229 for (i = 0; i < COLS - 2; i++) in dlg_put_backtitle()
257 dlg_attr_clear(stdscr, LINES, COLS, screen_attr); in dlg_clear()
2046 if ((width > COLS) || (height > LINES)) { in dlg_ctl_size()
2048 height, width, LINES, COLS); in dlg_ctl_size()
2053 if ((width <= COLS) && (height <= LINES)) { in dlg_ctl_size()
2557 dlg_print_text(stdscr, txt, COLS - 1, &attr); in dlg_item_help()
2564 while (x < COLS) { in dlg_item_help()
H A Ddialog.h132 #define DLG_COLS (COLS ? COLS : dialog_state.screen_width)
142 #define SCOLS COLS
H A Dbuttons.c329 if (width > COLS) in dlg_button_layout()
330 width = COLS; in dlg_button_layout()
H A Dmenubox.c348 int old_COLS = COLS; in dlg_menu()
744 resizeit(width, COLS); in dlg_menu()
H A Deditbox.c369 int mincols = (3 * COLS / 4); in dlg_editbox()
H A Ddialog.c1450 if (LINES <= 0 && COLS <= 0) { in PrintTextOnly()
/freebsd/contrib/flex/src/
H A Dscanopt.c112 if (COLS > 0) in get_cols()
113 return COLS; in get_cols()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_setup.c149 NCURSES_PUBLIC_VAR(COLS) (void) in NCURSES_PUBLIC_VAR() argument
168 NCURSES_EXPORT_VAR(int) COLS = 0;
/freebsd/contrib/file/magic/Magdir/
H A Dscientific116 # COLS DATA
/freebsd/contrib/ncurses/misc/
H A Dncurses.def10 "COLS" @511 NONAME
H A Dncurses.ref16 "COLS" @511 NONAME ; variable
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow749 #undef COLS
750 int COLS;
H A Dllib-ltinfo727 #undef COLS
728 int COLS;
H A Dcurses.priv.h593 #define ptrCols(sp) &COLS
598 #define SET_COLS(value) COLS = value
H A Dllib-lncurses3456 #undef COLS
3457 int COLS;
H A Dllib-lncursesw4417 #undef COLS
4418 int COLS;
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in1488 NCURSES_WRAPPED_VAR(int, COLS);
1499 #define COLS NCURSES_PUBLIC_VAR(COLS()) macro
1512 extern NCURSES_EXPORT_VAR(int) COLS;
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc325 int COLS number of columns on the terminal
787 Try to avoid using the global variables LINES and COLS. Use getmaxyx()

12