Home
last modified time | relevance | path

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

/freebsd/contrib/dialog/
H A Ddialog.h303 #undef getparx
305 #define getparx(win) dlg_getparx(win) macro
H A Dconfigure.in242 getparx \
H A Dutil.c2695 getparx(win) + getcurx(win)); in dlg_set_focus()
H A Dconfigure24316 getparx \
/freebsd/lib/ncurses/tinfo/
H A DMakefile680 curs_legacy.3 getparx.3 \
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in926 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 Dllib-lncursest1192 #undef getparx
1193 int getparx(
H A Dllib-lncurses1189 #undef getparx
1190 int getparx(
H A Dllib-lncursestw1314 #undef getparx
1315 int getparx(
H A Dllib-lncursesw1311 #undef getparx
1312 int getparx(
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/
H A Dcurses_commands.c2459 report_int(getparx(win)); in cmd_getparx()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp639 int GetParentX() const { return getparx(m_window); } in GetParentX()
/freebsd/contrib/ncurses/
H A DINSTALL1849 getbegx, getbegy, getcurx, getcury, getmaxx, getmaxy, getparx,
H A DNEWS7974 getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),