Home
last modified time | relevance | path

Searched refs:getmaxy (Results 1 – 25 of 32) sorted by relevance

12

/NextBSD/usr.bin/systat/
HDiostat.c205 linesperregion = (getmaxy(wnd) - 1 - row - regions) / regions; in numlabels()
217 if (row > getmaxy(wnd) - 1 - (linesperregion + 1)) in numlabels()
242 if (row > getmaxy(wnd) - 1 - linesperregion) in barlabels()
277 if (row > getmaxy(wnd) - linesperregion) in showiostat()
292 if (row > getmaxy(wnd) - 1 - (linesperregion + 1)) in showiostat()
HDpigs.c97 if (i > getmaxy(wnd)-2) in showpigs()
98 i = getmaxy(wnd)-2; in showpigs()
HDnetstat.c88 #define YMAX(w) (getmaxy(w)-2)
/NextBSD/contrib/dialog/
HDfselect.c101 getmaxy(win), getmaxx(win), in init_list()
162 int high = getmaxy(list->win); in keep_visible()
226 dlg_attr_clear(list->win, getmaxy(list->win), getmaxx(list->win), item_attr); in display_list()
229 if (y >= getmaxy(list->win)) in display_list()
242 bottom = y + getmaxy(list->win); in display_list()
246 (long) (list->offset + getmaxy(list->win)), in display_list()
280 bottom = y + getmaxy(list->win); in fix_arrows()
339 int length = getmaxy(list->win); in scroll_list()
HDeditbox.c173 int limit = getmaxy(win); in display_all()
176 dlg_attr_clear(win, getmaxy(win), getmaxx(win), dialog_attr); in display_all()
420 pagesize = getmaxy(editing); in dlg_editbox()
450 box_y + getmaxy(editing) + 1, in dlg_editbox()
HDformbox.c57 return (y >= scrollamt && y - scrollamt < getmaxy(win)); in in_window()
254 if (*scrollamt < lo + 1 - getmaxy(win)) in tab_next()
255 *scrollamt = lo + 1 - getmaxy(win); in tab_next()
578 getmaxy(form), in dlg_form()
HDtrace.c69 int rc = getmaxy(win); in dlg_trace_win()
HDbuildlist.c117 int max_rows = getmaxy(win); in print_1_list()
350 int thumb_end = thumb_top + getmaxy(win); in print_both()
363 moi->box_y + getmaxy(win) + 1, in print_both()
HDarrows.c78 && (bottom = getmaxy(win) - 1) > 0) { in dlg_draw_helpline()
HDdialog.h278 #undef getmaxy
280 #define getmaxy(win) dlg_getmaxy(win) macro
HDutil.c1495 int y_last = getmaxy(win) + y_base; in in_window()
1529 int ylast = getmaxy(normal) + ybase; in in_shadow()
1648 getmaxy(dw->normal), in draw_childs_shadow()
1665 getmaxy(dw->normal), in erase_childs_shadow()
2004 int height = getmaxy(win); in dlg_draw_bottom_box2()
HDtailbox.c184 int high = getmaxy(obj->obj.win) - (2 * MARGIN + (obj->obj.bg_task ? 1 : 3)); in print_last_page()
HDconfigure.in240 getmaxy \
/NextBSD/contrib/ncurses/ncurses/base/
HDlib_window.c68 && (y + getmaxy(win) <= getmaxy(orig))) { in mvderwin()
72 for (i = 0; i < getmaxy(win); i++) in mvderwin()
HDresizeterm.c221 (long) getmaxy(win), (long) getmaxx(win), in adjust_window()
/NextBSD/contrib/ncurses/menu/
HDm_post.c167 if ((item_y + j) < getmaxy(menu->win)) in NCURSES_EXPORT()
173 if ((cy + j) < getmaxy(menu->win)) in NCURSES_EXPORT()
289 int maxy = getmaxy(win); in post_menu()
HDm_global.c519 maxy = getmaxy(win); in _nc_Show_Menu()
/NextBSD/contrib/ncurses/form/
HDfrm_post.c69 if ((form->cols > getmaxx(formwin)) || (form->rows > getmaxy(formwin))) in NCURSES_EXPORT()
HDfrm_driver.c498 height = getmaxy(win); in Buffer_To_Window()
543 height = getmaxy(win); in _nc_get_fieldbuffer()
/NextBSD/contrib/ncurses/panel/
HDpanel.priv.h131 #define PENDY(pan) ((pan)->win->_begy + getmaxy((pan)->win) - 1)
/NextBSD/contrib/ncurses/include/
HDcurses.h.in877 extern NCURSES_EXPORT(int) getmaxy (const WINDOW *); /* generated */
1091 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win))
1138 #define getmaxy(win) ((win) ? ((win)->_maxy + 1) : ERR) macro
1166 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1)
1168 #define untouchwin(win) wtouchln((win), 0, getmaxy(win), 0)
/NextBSD/lib/ncurses/ncurses/
HDMakefile765 curs_legacy.3 getmaxy.3 \
/NextBSD/contrib/gcc/
HDsys-protos.h460 extern int getmaxy(WINDOW *);
/NextBSD/contrib/ncurses/ncurses/
HDllib-lncurses1160 #undef getmaxy
1161 int (getmaxy)(
HDllib-lncursest1169 #undef getmaxy
1170 int (getmaxy)(

12