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

/freebsd-13-stable/contrib/dialog/
H A Ddialog.h235 #undef getparyx macro
236 #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.c2751 getparyx(win, y, x);
2758 getparyx(win, y, x);
H A Dconfigure22951 getparyx \
/freebsd-13-stable/lib/ncurses/ncurses/
H A DMakefile715 curs_getyx.3 getparyx.3 \
/freebsd-13-stable/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c2479 getparyx(win, y, x);

Completed in 268 milliseconds