Home
last modified time | relevance | path

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

12

/freebsd-10-stable/usr.bin/systat/
Diostat.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()
Dpigs.c97 if (i > getmaxy(wnd)-2) in showpigs()
98 i = getmaxy(wnd)-2; in showpigs()
Dnetstat.c88 #define YMAX(w) (getmaxy(w)-2)
/freebsd-10-stable/contrib/dialog/
Dfselect.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()
Deditbox.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()
Dformbox.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()
Dtrace.c69 int rc = getmaxy(win); in dlg_trace_win()
Dbuildlist.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()
Darrows.c78 && (bottom = getmaxy(win) - 1) > 0) { in dlg_draw_helpline()
Ddialog.h278 #undef getmaxy
280 #define getmaxy(win) dlg_getmaxy(win) macro
Dutil.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()
Dtailbox.c184 int high = getmaxy(obj->obj.win) - (2 * MARGIN + (obj->obj.bg_task ? 1 : 3)); in print_last_page()
Dconfigure.in240 getmaxy \
/freebsd-10-stable/contrib/ncurses/ncurses/base/
Dlib_window.c69 (y + getmaxy(win) > getmaxy(orig))) in mvderwin()
76 for (i = 0; i < getmaxy(win); i++) in mvderwin()
Dresizeterm.c197 (long) getmaxy(win), (long) getmaxx(win), in adjust_window()
/freebsd-10-stable/contrib/ncurses/menu/
Dm_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()
Dm_global.c519 maxy = getmaxy(win); in _nc_Show_Menu()
/freebsd-10-stable/contrib/ncurses/form/
Dfrm_post.c69 if ((form->cols > getmaxx(formwin)) || (form->rows > getmaxy(formwin))) in NCURSES_EXPORT()
Dfrm_driver.c498 height = getmaxy(win); in Buffer_To_Window()
538 height = getmaxy(win); in Window_To_Buffer()
/freebsd-10-stable/contrib/ncurses/panel/
Dpanel.priv.h105 #define PENDY(pan) ((pan)->win->_begy + getmaxy((pan)->win) - 1)
/freebsd-10-stable/contrib/ncurses/include/
Dcurses.h.in817 extern NCURSES_EXPORT(int) getmaxy (const WINDOW *); /* generated */
913 #define getmaxyx(win,y,x) (y = getmaxy(win), x = getmaxx(win))
960 #define getmaxy(win) ((win) ? ((win)->_maxy + 1) : ERR) macro
982 #define touchwin(win) wtouchln((win), 0, getmaxy(win), 1)
984 #define untouchwin(win) wtouchln((win), 0, getmaxy(win), 0)
/freebsd-10-stable/lib/ncurses/ncurses/
DMakefile748 curs_legacy.3 getmaxy.3 \
/freebsd-10-stable/contrib/gcc/
Dsys-protos.h460 extern int getmaxy(WINDOW *);
/freebsd-10-stable/contrib/ncurses/ncurses/
Dllib-lncurses1050 #undef getmaxy
1051 int getmaxy(
Dllib-lncursest1053 #undef getmaxy
1054 int getmaxy(

12