Home
last modified time | relevance | path

Searched refs:getcury (Results 1 – 17 of 17) sorted by relevance

/NextBSD/contrib/dialog/
HDdialog.h269 #undef getcury
271 #define getcury(win) dlg_getcury(win) macro
HDui_getc.c249 wmove(win, getcury(win), getcurx(win)); in dlg_raise_window()
HDconfigure.in238 getcury \
HDtreeview.c283 cur_y = getcury(dialog); in dlg_treeview()
HDutil.c2355 getpary(win) + getcury(win), in dlg_set_focus()
HDconfigure14600 getcury \
/NextBSD/lib/ncurses/ncurses/
HDMakefile763 curs_legacy.3 getcury.3 \
/NextBSD/contrib/ncurses/include/
HDcurses.h.in873 extern NCURSES_EXPORT(int) getcury (const WINDOW *); /* generated */
1089 #define getyx(win,y,x) (y = getcury(win), x = getcurx(win))
1134 #define getcury(win) ((win) ? (win)->_cury : ERR) macro
/NextBSD/contrib/gcc/
HDsys-protos.h430 extern int getcury(WINDOW *);
/NextBSD/contrib/ncurses/ncurses/
HDllib-lncurses1140 #undef getcury
1141 int (getcury)(
HDllib-lncursest1149 #undef getcury
1150 int (getcury)(
HDllib-lncursesw1195 #undef getcury
1196 int (getcury)(
HDllib-lncursestw1198 #undef getcury
1199 int (getcury)(
/NextBSD/contrib/ncurses/
HDINSTALL1288 getbegx, getbegy, getcurx, getcury, getmaxx, getmaxy, getparx,
1419 + write getyx() and related 2-return macros in terms of getcury(),
HDNEWS3592 to make NCURSES_NOMACROS ifdef work properly: getcurx(), getcury(),
5020 + write getyx() and related 2-return macros in terms of getcury(),
/NextBSD/contrib/netbsd-tests/lib/libcurses/slave/
HDcurses_commands.c2304 report_int(getcury(win)); in cmd_getcury()
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDIOHandler.cpp1222 int GetCursorY () { return getcury (m_window); } in GetCursorY()