/freebsd/usr.bin/systat/ |
H A D | iostat.c | 186 #define DRIVESPERLINE ((getmaxx(wnd) - 1 - INSET) / COLWIDTH) in numlabels() 204 if (_col + COLWIDTH >= getmaxx(wnd) - 1 - INSET) { in numlabels() 279 if (_col + COLWIDTH >= getmaxx(wnd) - 1 - INSET) { in showiostat()
|
H A D | iolat.c | 389 #define DRIVESPERLINE ((getmaxx(wnd) - 1 - INSET) / COLWIDTH) in labeliolat() 407 if (_col + COLWIDTH >= getmaxx(wnd) - 1 - INSET) { in labeliolat() 478 #define DRIVESPERLINE ((getmaxx(wnd) - 1 - INSET) / COLWIDTH) in showiolat() 489 if (_col + COLWIDTH >= getmaxx(wnd) - 1 - INSET) { in showiolat()
|
/freebsd/contrib/dialog/ |
H A D | formbox.c | 71 wmove(win, y, getmaxx(win) - 1); in move_past() 85 len = MIN(len, getmaxx(win) - item->name_x); in print_item() 104 len = MIN(len, getmaxx(win) - item->text_x); in print_item() 598 getmaxx(form), in dlg_form() 799 int row = (cell / getmaxx(form)) + scrollamt; in dlg_form() 800 int col = (cell % getmaxx(form)); in dlg_form()
|
H A D | editbox.c | 165 getmaxx(win), in display_one() 186 dlg_attr_clear(win, getmaxy(win), getmaxx(win), dialog_attr); in display_all() 469 box_x + getmaxx(editing), in dlg_editbox() 541 int wide = getmaxx(editing); in dlg_editbox()
|
H A D | arrows.c | 81 int avail = (getmaxx(win) - other - 2); in dlg_draw_helpline() 110 int limit_x = getmaxx(win); in dlg_draw_arrows2()
|
H A D | tailbox.c | 182 int wide = getmaxx(obj->text); in print_last_page() 406 dlg_attr_clear(text, thigh, getmaxx(text), dialog_attr); in dialog_tailbox()
|
H A D | fselect.c | 101 getmaxy(win), getmaxx(win), in init_list() 228 dlg_attr_clear(list->win, getmaxy(list->win), getmaxx(list->win), item_attr); in display_list() 251 x + getmaxx(list->win), in display_list() 282 right = getmaxx(list->win); in fix_arrows()
|
H A D | progressbox.c | 120 for (i = 0; i < getmaxx(obj->obj.win) - 2 * MARGIN; i++) in start_obj() 138 dlg_attr_clear(obj->text, getmaxy(obj->text), getmaxx(obj->text), dialog_attr); in start_obj()
|
H A D | textbox.c | 425 if (width > getmaxx(obj->text)) in print_line() 426 width = getmaxx(obj->text); in print_line() 528 box_width = MIN(box_width, getmaxx(dialog) - 2 * MARGIN); in get_search_term()
|
H A D | util.c | 1641 int x_last = getmaxx(win) + x_base; in in_window() 1676 int xlast = getmaxx(normal) + xbase; in in_shadow() 1794 getmaxx(dw->normal)); in draw_childs_shadow() 1811 getmaxx(dw->normal)); in erase_childs_shadow() 2236 int x = centered(getmaxx(win), title); in dlg_draw_title() 2240 dlg_print_text(win, title, getmaxx(win) - x, &attr); in dlg_draw_title() 2249 int width = getmaxx(win); in dlg_draw_bottom_box2()
|
H A D | trace.c | 113 int cc = getmaxx(win); in dlg_trace_win()
|
H A D | buildlist.c | 143 for (i = 0; i < getmaxx(win); i++) in print_item() 156 climit = (getmaxx(win) - all->item_x + 1); in print_item() 397 data->box_x + getmaxx(win), in print_both()
|
H A D | dialog.h | 294 #undef getmaxx 296 #define getmaxx(win) dlg_getmaxx(win) macro
|
H A D | configure.in | 239 getmaxx \
|
H A D | inputstr.c | 705 x_last = MIN(x_last + x_base, getmaxx(win)) - x_base; in dlg_show_string()
|
H A D | checklist.c | 67 int climit = (getmaxx(win) - data->check_x + 1); in print_item()
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_in_wchnstr.c | 58 limit = getmaxx(win) - col; in NCURSES_EXPORT()
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_window.c | 67 && (x + getmaxx(win) <= getmaxx(orig)) in mvderwin()
|
H A D | lib_slkrefr.c | 66 (void) mvwhline(win, 0, 0, 0, getmaxx(win)); in slk_paint_info()
|
H A D | lib_screen.c | 950 if (getmaxx(result) != getmaxx(target) in replace_window() 954 1 + getmaxx(target)); in replace_window()
|
H A D | resizeterm.c | 229 (long) getmaxy(win), (long) getmaxx(win), in adjust_window()
|
/freebsd/contrib/ncurses/form/ |
H A D | frm_post.c | 70 if ((form->cols > getmaxx(formwin)) || (form->rows > getmaxy(formwin))) in FORM_EXPORT()
|
/freebsd/contrib/bsddialog/lib/ |
H A D | lib_util.h | 72 #define SCREENCOLS (getmaxx(stdscr))
|
/freebsd/contrib/ncurses/panel/ |
H A D | panel.priv.h | 126 #define PENDX(pan) ((pan)->win->_begx + getmaxx((pan)->win) - 1)
|
/freebsd/contrib/ncurses/menu/ |
H A D | m_global.c | 519 maxx = getmaxx(win); in _nc_Show_Menu()
|