Searched refs:getbegy (Results 1 – 24 of 24) sorted by relevance
| /freebsd-14-stable/contrib/dialog/ |
| HD | mousewget.c | 48 event.y - getbegy(win), in mouse_wgetch()
|
| HD | util.c | 1638 int y_base = getbegy(win); in in_window() 1653 int y_want = y + getbegy(dw->shadow); in window_at_cell() 1673 int ybase = getbegy(normal); in in_shadow() 1678 y += getbegy(shadow); in in_shadow() 1728 && (y2 = (y + getbegy(win) - getbegy(cellwin))) >= 0 in repaint_cell() 1791 getbegy(dw->normal) - getbegy(dw->shadow), in draw_childs_shadow() 1808 getbegy(dw->normal) - getbegy(dw->shadow), in erase_childs_shadow()
|
| HD | trace.c | 119 rc, cc, getbegy(win), getbegx(win)); in dlg_trace_win()
|
| HD | arrows.c | 119 if (dialog_vars.title && is_toplevel && (top - getbegy(win)) < MARGIN) { in dlg_draw_arrows2()
|
| HD | dialog.h | 277 #undef getbegy 279 #define getbegy(win) dlg_getbegy(win) macro
|
| HD | formbox.c | 595 dlg_mouse_mkbigregion(getbegy(form) - getbegy(dialog), in dlg_form()
|
| HD | fselect.c | 100 dlg_mouse_mkbigregion(getbegy(win), getbegx(win), in init_list() 682 dlg_mouse_mkbigregion(getbegy(dialog) + tbox_y - MARGIN, in dlg_fselect()
|
| HD | timebox.c | 114 dlg_mouse_setbase(getbegx(parent), getbegy(parent)); in init_object()
|
| HD | buttons.c | 357 dlg_mouse_setbase(getbegx(win), getbegy(win)); in dlg_draw_buttons()
|
| HD | configure.in | 235 getbegy \
|
| HD | editbox.c | 434 getbegy(dialog) + box_y + 1, in dlg_editbox()
|
| HD | calendar.c | 521 dlg_mouse_setbase(getbegx(parent), getbegy(parent)); in init_object()
|
| HD | aclocal.m4 | 6358 dnl as getbegy(). The latter is better design, but the former is standard.
|
| HD | configure | 24309 getbegy \
|
| /freebsd-14-stable/contrib/ncurses/ncurses/base/ |
| HD | resizeterm.c | 230 (long) getbegy(win) + win->_yoffset, (long) getbegx(win))); in adjust_window()
|
| /freebsd-14-stable/lib/ncurses/tinfo/ |
| HD | Makefile | 676 curs_legacy.3 getbegy.3 \
|
| /freebsd-14-stable/contrib/ncurses/include/ |
| HD | curses.h.in | 923 extern NCURSES_EXPORT(int) getbegy (const WINDOW *); /* generated */ 1170 #define getbegyx(win,y,x) (y = getbegy(win), x = getbegx(win)) 1216 #define getbegy(win) (NCURSES_OK_ADDR(win) ? (win)->_begy : ERR) macro
|
| /freebsd-14-stable/contrib/ncurses/ncurses/ |
| HD | llib-lncurses | 1174 #undef getbegy 1175 int getbegy(
|
| HD | llib-lncursest | 1177 #undef getbegy 1178 int getbegy(
|
| HD | llib-lncursestw | 1299 #undef getbegy 1300 int getbegy(
|
| HD | llib-lncursesw | 1296 #undef getbegy 1297 int getbegy(
|
| /freebsd-14-stable/contrib/netbsd-tests/lib/libcurses/slave/ |
| HD | curses_commands.c | 2364 report_int(getbegy(win)); in cmd_getbegy()
|
| /freebsd-14-stable/contrib/ncurses/ |
| HD | INSTALL | 1849 getbegx, getbegy, getcurx, getcury, getmaxx, getmaxy, getparx,
|
| HD | NEWS | 7974 getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
|