Searched refs:getcury (Results 1 – 17 of 17) sorted by relevance
| /NextBSD/contrib/dialog/ |
| HD | dialog.h | 269 #undef getcury 271 #define getcury(win) dlg_getcury(win) macro
|
| HD | ui_getc.c | 249 wmove(win, getcury(win), getcurx(win)); in dlg_raise_window()
|
| HD | configure.in | 238 getcury \
|
| HD | treeview.c | 283 cur_y = getcury(dialog); in dlg_treeview()
|
| HD | util.c | 2355 getpary(win) + getcury(win), in dlg_set_focus()
|
| HD | configure | 14600 getcury \
|
| /NextBSD/lib/ncurses/ncurses/ |
| HD | Makefile | 763 curs_legacy.3 getcury.3 \
|
| /NextBSD/contrib/ncurses/include/ |
| HD | curses.h.in | 873 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/ |
| HD | sys-protos.h | 430 extern int getcury(WINDOW *);
|
| /NextBSD/contrib/ncurses/ncurses/ |
| HD | llib-lncurses | 1140 #undef getcury 1141 int (getcury)(
|
| HD | llib-lncursest | 1149 #undef getcury 1150 int (getcury)(
|
| HD | llib-lncursesw | 1195 #undef getcury 1196 int (getcury)(
|
| HD | llib-lncursestw | 1198 #undef getcury 1199 int (getcury)(
|
| /NextBSD/contrib/ncurses/ |
| HD | INSTALL | 1288 getbegx, getbegy, getcurx, getcury, getmaxx, getmaxy, getparx, 1419 + write getyx() and related 2-return macros in terms of getcury(),
|
| HD | NEWS | 3592 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/ |
| HD | curses_commands.c | 2304 report_int(getcury(win)); in cmd_getcury()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Core/ |
| HD | IOHandler.cpp | 1222 int GetCursorY () { return getcury (m_window); } in GetCursorY()
|