Searched refs:getcury (Results 1 – 16 of 16) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | dialog.h | 286 #undef getcury 288 #define getcury(win) dlg_getcury(win) macro
|
H A D | ui_getc.c | 262 wmove(win, getcury(win), getcurx(win)); in dlg_raise_window()
|
H A D | configure.in | 238 getcury \
|
H A D | treeview.c | 285 cur_y = getcury(dialog); in dlg_treeview()
|
H A D | util.c | 2694 getpary(win) + getcury(win), in dlg_set_focus()
|
H A D | configure | 24312 getcury \
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 677 curs_legacy.3 getcury.3 \
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 921 extern NCURSES_EXPORT(int) getcury (const WINDOW *); /* generated */ 1169 #define getyx(win,y,x) (y = getcury(win), x = getcurx(win)) 1214 #define getcury(win) (NCURSES_OK_ADDR(win) ? (win)->_cury : ERR) macro
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-lncursest | 1167 #undef getcury 1168 int getcury(
|
H A D | llib-lncurses | 1164 #undef getcury 1165 int getcury(
|
H A D | llib-lncursestw | 1289 #undef getcury 1290 int getcury(
|
H A D | llib-lncursesw | 1286 #undef getcury 1287 int getcury(
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 2304 report_int(getcury(win)); in cmd_getcury()
|
/freebsd/contrib/ncurses/ |
H A D | INSTALL | 1849 getbegx, getbegy, getcurx, getcury, getmaxx, getmaxy, getparx, 1980 + write getyx() and related 2-return macros in terms of getcury(),
|
H A D | NEWS | 7973 to make NCURSES_NOMACROS ifdef work properly: getcurx(), getcury(), 9401 + write getyx() and related 2-return macros in terms of getcury(),
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 385 int GetCursorY() const { return getcury(m_window); } in GetCursorY()
|