Searched refs:getbegyx (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | dialog.h | 241 #undef getbegyx 242 #define getbegyx(win,y,x) (y = (win)?(win)->_begy:ERR, x = (win)?(win)->_begx:ERR) macro
|
H A D | configure.in | 236 getbegyx \
|
H A D | textbox.c | 523 getbegyx(dialog, old_y, old_x); in get_search_term()
|
H A D | util.c | 2968 getbegyx(win, y, x); in dlg_getbegx() 2975 getbegyx(win, y, x); in dlg_getbegy()
|
H A D | aclocal.m4 | 6357 dnl The getbegyx() check is needed for HPUX, which omits legacy macros such 6381 getbegyx(stdscr, y1, x1); 6400 getbegyx(stdscr, y1, x1);
|
H A D | configure | 24121 getbegyx(stdscr, y1, x1); 24166 getbegyx(stdscr, y1, x1); 24310 getbegyx \
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 604 curs_getyx.3 getbegyx.3 \
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 1170 #define getbegyx(win,y,x) (y = getbegy(win), x = getbegx(win)) macro
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 13555 + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c 13556 + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up
|