Searched refs:getparyx (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/dialog/
H A Ddialog.h234 #undef getparyx macro
235 #define getparyx(win,y,x) (y = (win)?(win)->_pary:ERR, x = (win)?(win)->_parx:ERR) macro
H A Dfselect.c239 getparyx(list->win, y, x);
277 getparyx(list->win, y, x);
H A Dutil.c2680 getparyx(win, y, x);
2687 getparyx(win, y, x);
H A Dconfigure14606 getparyx \
/freebsd-11-stable/lib/ncurses/ncurses/
H A DMakefile693 curs_getyx.3 getparyx.3 \
/freebsd-11-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c2479 getparyx(win, y, x);

Completed in 151 milliseconds