Searched refs:getpary (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | dialog.h | 304 #undef getpary 306 #define getpary(win) dlg_getpary(win) macro
|
H A D | configure.in | 243 getpary \
|
H A D | util.c | 2694 getpary(win) + getcury(win), in dlg_set_focus()
|
H A D | configure | 24317 getpary \
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 681 curs_legacy.3 getpary.3 \
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 927 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 D | llib-lncursest | 1197 #undef getpary 1198 int getpary(
|
H A D | llib-lncurses | 1194 #undef getpary 1195 int getpary(
|
H A D | llib-lncursestw | 1319 #undef getpary 1320 int getpary(
|
H A D | llib-lncursesw | 1316 #undef getpary 1317 int getpary(
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 2440 report_int(getpary(win)); in cmd_getpary()
|
/freebsd/contrib/ncurses/ |
H A D | INSTALL | 1850 getpary, getpary,
|
H A D | NEWS | 7974 getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 640 int GetParentY() const { return getpary(m_window); } in GetParentY()
|