Searched refs:getparyx (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | dialog.h | 251 #undef getparyx 252 #define getparyx(win,y,x) (y = (win)?(win)->_pary:ERR, x = (win)?(win)->_parx:ERR) macro
|
H A D | fselect.c | 241 getparyx(list->win, y, x); in display_list() 280 getparyx(list->win, y, x); in fix_arrows()
|
H A D | configure.in | 244 getparyx \
|
H A D | util.c | 3019 getparyx(win, y, x); in dlg_getparx() 3026 getparyx(win, y, x); in dlg_getpary()
|
H A D | CHANGES | 1779 + modify configure check for getparyx(), etc., which are implemented 2162 + correct typo in fallback definition for getparyx, and remove void
|
H A D | configure | 24318 getparyx \
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 606 curs_getyx.3 getparyx.3 \
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 2479 getparyx(win, y, x); in cmd_getparyx()
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 1172 #define getparyx(win,y,x) (y = getpary(win), x = getparx(win)) macro
|