Searched refs:getparx (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | dialog.h | 303 #undef getparx 305 #define getparx(win) dlg_getparx(win) macro
|
H A D | configure.in | 242 getparx \
|
H A D | util.c | 2695 getparx(win) + getcurx(win)); in dlg_set_focus()
|
H A D | configure | 24316 getparx \
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 680 curs_legacy.3 getparx.3 \
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 926 extern NCURSES_EXPORT(int) getparx (const WINDOW *); /* generated */ 1172 #define getparyx(win,y,x) (y = getpary(win), x = getparx(win)) 1219 #define getparx(win) (NCURSES_OK_ADDR(win) ? (win)->_parx : ERR) macro
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-lncursest | 1192 #undef getparx 1193 int getparx(
|
H A D | llib-lncurses | 1189 #undef getparx 1190 int getparx(
|
H A D | llib-lncursestw | 1314 #undef getparx 1315 int getparx(
|
H A D | llib-lncursesw | 1311 #undef getparx 1312 int getparx(
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 2459 report_int(getparx(win)); in cmd_getparx()
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 639 int GetParentX() const { return getparx(m_window); } in GetParentX()
|
/freebsd/contrib/ncurses/ |
H A D | INSTALL | 1849 getbegx, getbegy, getcurx, getcury, getmaxx, getmaxy, getparx,
|
H A D | NEWS | 7974 getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),
|