Home
last modified time | relevance | path

Searched refs:getpary (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/dialog/
H A Ddialog.h304 #undef getpary
306 #define getpary(win) dlg_getpary(win) macro
H A Dconfigure.in243 getpary \
H A Dutil.c2694 getpary(win) + getcury(win), in dlg_set_focus()
H A Dconfigure24317 getpary \
/freebsd/lib/ncurses/tinfo/
H A DMakefile681 curs_legacy.3 getpary.3 \
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in927 extern NCURSES_EXPORT(int) getpary (const WINDOW *); /* generated */
1172 #define getparyx(win,y,x) (y = getpary(win), x = getparx(win))
1220 #define getpary(win) (NCURSES_OK_ADDR(win) ? (win)->_pary : ERR) macro
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncursest1197 #undef getpary
1198 int getpary(
H A Dllib-lncurses1194 #undef getpary
1195 int getpary(
H A Dllib-lncursestw1319 #undef getpary
1320 int getpary(
H A Dllib-lncursesw1316 #undef getpary
1317 int getpary(
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c2440 report_int(getpary(win)); in cmd_getpary()
/freebsd/contrib/ncurses/
H A DINSTALL1850 getpary, getpary,
H A DNEWS7974 getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp640 int GetParentY() const { return getpary(m_window); } in GetParentY()