Home
last modified time | relevance | path

Searched refs:getparyx (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/dialog/
H A Ddialog.h251 #undef getparyx
252 #define getparyx(win,y,x) (y = (win)?(win)->_pary:ERR, x = (win)?(win)->_parx:ERR) macro
H A Dfselect.c241 getparyx(list->win, y, x); in display_list()
280 getparyx(list->win, y, x); in fix_arrows()
H A Dconfigure.in244 getparyx \
H A Dutil.c3019 getparyx(win, y, x); in dlg_getparx()
3026 getparyx(win, y, x); in dlg_getpary()
H A DCHANGES1779 + modify configure check for getparyx(), etc., which are implemented
2162 + correct typo in fallback definition for getparyx, and remove void
H A Dconfigure24318 getparyx \
/freebsd/lib/ncurses/tinfo/
H A DMakefile606 curs_getyx.3 getparyx.3 \
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c2479 getparyx(win, y, x); in cmd_getparyx()
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in1172 #define getparyx(win,y,x) (y = getpary(win), x = getparx(win)) macro