| /freebsd-10-stable/usr.bin/systat/ |
| D | iostat.c | 205 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()
|
| D | pigs.c | 97 if (i > getmaxy(wnd)-2) in showpigs() 98 i = getmaxy(wnd)-2; in showpigs()
|
| D | netstat.c | 88 #define YMAX(w) (getmaxy(w)-2)
|
| /freebsd-10-stable/contrib/dialog/ |
| D | fselect.c | 101 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()
|
| D | editbox.c | 173 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()
|
| D | formbox.c | 57 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()
|
| D | trace.c | 69 int rc = getmaxy(win); in dlg_trace_win()
|
| D | buildlist.c | 117 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()
|
| D | arrows.c | 78 && (bottom = getmaxy(win) - 1) > 0) { in dlg_draw_helpline()
|
| D | dialog.h | 278 #undef getmaxy 280 #define getmaxy(win) dlg_getmaxy(win) macro
|
| D | util.c | 1495 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()
|
| D | tailbox.c | 184 int high = getmaxy(obj->obj.win) - (2 * MARGIN + (obj->obj.bg_task ? 1 : 3)); in print_last_page()
|
| D | configure.in | 240 getmaxy \
|
| /freebsd-10-stable/contrib/ncurses/ncurses/base/ |
| D | lib_window.c | 69 (y + getmaxy(win) > getmaxy(orig))) in mvderwin() 76 for (i = 0; i < getmaxy(win); i++) in mvderwin()
|
| D | resizeterm.c | 197 (long) getmaxy(win), (long) getmaxx(win), in adjust_window()
|
| /freebsd-10-stable/contrib/ncurses/menu/ |
| D | m_post.c | 167 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()
|
| D | m_global.c | 519 maxy = getmaxy(win); in _nc_Show_Menu()
|
| /freebsd-10-stable/contrib/ncurses/form/ |
| D | frm_post.c | 69 if ((form->cols > getmaxx(formwin)) || (form->rows > getmaxy(formwin))) in NCURSES_EXPORT()
|
| D | frm_driver.c | 498 height = getmaxy(win); in Buffer_To_Window() 538 height = getmaxy(win); in Window_To_Buffer()
|
| /freebsd-10-stable/contrib/ncurses/panel/ |
| D | panel.priv.h | 105 #define PENDY(pan) ((pan)->win->_begy + getmaxy((pan)->win) - 1)
|
| /freebsd-10-stable/contrib/ncurses/include/ |
| D | curses.h.in | 817 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/ |
| D | Makefile | 748 curs_legacy.3 getmaxy.3 \
|
| /freebsd-10-stable/contrib/gcc/ |
| D | sys-protos.h | 460 extern int getmaxy(WINDOW *);
|
| /freebsd-10-stable/contrib/ncurses/ncurses/ |
| D | llib-lncurses | 1050 #undef getmaxy 1051 int getmaxy(
|
| D | llib-lncursest | 1053 #undef getmaxy 1054 int getmaxy(
|