Home
last modified time | relevance | path

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

/NextBSD/contrib/dialog/
HDdialog.h286 #undef getparx
288 #define getparx(win) dlg_getparx(win) macro
HDconfigure.in242 getparx \
HDutil.c2356 getparx(win) + getcurx(win)); in dlg_set_focus()
HDconfigure14604 getparx \
/NextBSD/lib/ncurses/ncurses/
HDMakefile766 curs_legacy.3 getparx.3 \
/NextBSD/contrib/ncurses/include/
HDcurses.h.in878 extern NCURSES_EXPORT(int) getparx (const WINDOW *); /* generated */
1092 #define getparyx(win,y,x) (y = getpary(win), x = getparx(win))
1139 #define getparx(win) ((win) ? (win)->_parx : ERR) macro
/NextBSD/contrib/gcc/
HDsys-protos.h473 extern int getparx(WINDOW *);
/NextBSD/contrib/ncurses/ncurses/
HDllib-lncurses1165 #undef getparx
1166 int (getparx)(
HDllib-lncursest1174 #undef getparx
1175 int (getparx)(
HDllib-lncursesw1220 #undef getparx
1221 int (getparx)(
HDllib-lncursestw1223 #undef getparx
1224 int (getparx)(
/NextBSD/contrib/netbsd-tests/lib/libcurses/slave/
HDcurses_commands.c2459 report_int(getparx(win)); in cmd_getparx()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp1226 int GetParentX () { return getparx (m_window); } in GetParentX()
/NextBSD/contrib/ncurses/
HDINSTALL1288 getbegx, getbegy, getcurx, getcury, getmaxx, getmaxy, getparx,
HDNEWS3593 getbegx(), getbegy(), getmaxx(), getmaxy(), getparx() and getpary(),