/freebsd/contrib/dialog/ |
H A D | mousewget.c | 49 event.x - getbegx(win))); in mouse_wgetch()
|
H A D | util.c | 1639 int x_base = getbegx(win); in in_window() 1654 int x_want = x + getbegx(dw->shadow); in window_at_cell() 1675 int xbase = getbegx(normal); in in_shadow() 1679 x += getbegx(shadow); in in_shadow() 1729 && (x2 = (x + getbegx(win) - getbegx(cellwin))) >= 0 in repaint_cell() 1792 getbegx(dw->normal) - getbegx(dw->shadow), in draw_childs_shadow() 1809 getbegx(dw->normal) - getbegx(dw->shadow), in erase_childs_shadow()
|
H A D | trace.c | 119 rc, cc, getbegy(win), getbegx(win)); in dlg_trace_win()
|
H A D | dialog.h | 276 #undef getbegx 278 #define getbegx(win) dlg_getbegx(win) macro
|
H A D | fselect.c | 100 dlg_mouse_mkbigregion(getbegy(win), getbegx(win), in init_list() 683 getbegx(dialog) + tbox_x - MARGIN, in dlg_fselect()
|
H A D | formbox.c | 596 getbegx(form) - getbegx(dialog), in dlg_form()
|
H A D | timebox.c | 114 dlg_mouse_setbase(getbegx(parent), getbegy(parent)); in init_object()
|
H A D | buttons.c | 357 dlg_mouse_setbase(getbegx(win), getbegy(win)); in dlg_draw_buttons()
|
H A D | configure.in | 234 getbegx \
|
H A D | editbox.c | 435 getbegx(dialog) + box_x + 1); in dlg_editbox()
|
H A D | calendar.c | 521 dlg_mouse_setbase(getbegx(parent), getbegy(parent)); in init_object()
|
H A D | CHANGES | 1726 + add configure check for getbegx(), etc., which are not provided on
|
H A D | configure | 24308 getbegx \
|
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | resizeterm.c | 230 (long) getbegy(win) + win->_yoffset, (long) getbegx(win))); in adjust_window()
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 674 curs_legacy.3 getbegx.3 \
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 922 extern NCURSES_EXPORT(int) getbegx (const WINDOW *); /* generated */ 1170 #define getbegyx(win,y,x) (y = getbegy(win), x = getbegx(win)) 1215 #define getbegx(win) (NCURSES_OK_ADDR(win) ? (win)->_begx : ERR) macro
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-lncursest | 1172 #undef getbegx 1173 int getbegx(
|
H A D | llib-lncurses | 1169 #undef getbegx 1170 int getbegx(
|
H A D | llib-lncursestw | 1294 #undef getbegx 1295 int getbegx(
|
H A D | llib-lncursesw | 1291 #undef getbegx 1292 int getbegx(
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 2383 report_int(getbegx(win)); in cmd_getbegx()
|
/freebsd/contrib/ncurses/ |
H A D | INSTALL | 1849 getbegx, getbegy, getcurx, getcury, getmaxx, getmaxy, getparx,
|
H A D | NEWS | 7974 getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(), 9868 + documented getbegx(), etc.
|