/freebsd/usr.bin/talk/ |
H A D | init_disp.c | 90 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 D | wheel | 12 COLS="`sed -e 's/^[^,]*,[ ]*//' $tempfile`" 16 COLS=`expr "$COLS" - 30` 20 expr "$1" \* "$COLS" / 132
|
/freebsd/usr.bin/systat/ |
H A D | cmds.c | 79 if (_col + _len > COLS) in command() 82 if (_col + 1 < COLS) in command()
|
/freebsd/contrib/ee/ |
H A D | new_curse.c | 485 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 D | ee.c | 587 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 D | new_curse.h | 185 extern int LINES, COLS;
|
/freebsd/tools/tools/net80211/stumbler/ |
H A D | stumbler.c | 251 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 D | util.c | 225 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 D | dialog.h | 132 #define DLG_COLS (COLS ? COLS : dialog_state.screen_width) 142 #define SCOLS COLS
|
H A D | buttons.c | 329 if (width > COLS) in dlg_button_layout() 330 width = COLS; in dlg_button_layout()
|
H A D | menubox.c | 348 int old_COLS = COLS; in dlg_menu() 744 resizeit(width, COLS); in dlg_menu()
|
H A D | editbox.c | 369 int mincols = (3 * COLS / 4); in dlg_editbox()
|
H A D | dialog.c | 1450 if (LINES <= 0 && COLS <= 0) { in PrintTextOnly()
|
/freebsd/contrib/flex/src/ |
H A D | scanopt.c | 112 if (COLS > 0) in get_cols() 113 return COLS; in get_cols()
|
/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_setup.c | 149 NCURSES_PUBLIC_VAR(COLS) (void) in NCURSES_PUBLIC_VAR() argument 168 NCURSES_EXPORT_VAR(int) COLS = 0;
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | scientific | 116 # COLS DATA
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 10 "COLS" @511 NONAME
|
H A D | ncurses.ref | 16 "COLS" @511 NONAME ; variable
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-ltinfow | 749 #undef COLS 750 int COLS;
|
H A D | llib-ltinfo | 727 #undef COLS 728 int COLS;
|
H A D | curses.priv.h | 593 #define ptrCols(sp) &COLS 598 #define SET_COLS(value) COLS = value
|
H A D | llib-lncurses | 3456 #undef COLS 3457 int COLS;
|
H A D | llib-lncursesw | 4417 #undef COLS 4418 int COLS;
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 1488 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 D | ncurses-intro.doc | 325 int COLS number of columns on the terminal 787 Try to avoid using the global variables LINES and COLS. Use getmaxyx()
|