Searched refs:getcurx (Results 1 – 15 of 15) sorted by relevance
/freebsd/contrib/dialog/ |
H A D | dialog.h | 285 #undef getcurx 287 #define getcurx(win) dlg_getcurx(win) macro
|
H A D | ui_getc.c | 262 wmove(win, getcury(win), getcurx(win)); in dlg_raise_window()
|
H A D | configure.in | 237 getcurx \
|
H A D | util.c | 2695 getparx(win) + getcurx(win)); in dlg_set_focus()
|
H A D | configure | 24311 getcurx \
|
/freebsd/lib/ncurses/tinfo/ |
H A D | Makefile | 676 curs_legacy.3 getcurx.3 \
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 920 extern NCURSES_EXPORT(int) getcurx (const WINDOW *); /* generated */ 1169 #define getyx(win,y,x) (y = getcury(win), x = getcurx(win)) 1213 #define getcurx(win) (NCURSES_OK_ADDR(win) ? (win)->_curx : ERR) macro
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | llib-lncursest | 1162 #undef getcurx 1163 int getcurx(
|
H A D | llib-lncurses | 1159 #undef getcurx 1160 int getcurx(
|
H A D | llib-lncursestw | 1284 #undef getcurx 1285 int getcurx(
|
H A D | llib-lncursesw | 1281 #undef getcurx 1282 int getcurx(
|
/freebsd/contrib/netbsd-tests/lib/libcurses/slave/ |
H A D | curses_commands.c | 2323 report_int(getcurx(win)); in cmd_getcurx()
|
/freebsd/contrib/ncurses/ |
H A D | INSTALL | 1849 getbegx, getbegy, getcurx, getcury, getmaxx, getmaxy, getparx, 1981 getcurx(), etc.
|
H A D | NEWS | 7973 to make NCURSES_NOMACROS ifdef work properly: getcurx(), getcury(), 9402 getcurx(), etc.
|
/freebsd/contrib/llvm-project/lldb/source/Core/ |
H A D | IOHandlerCursesGUI.cpp | 384 int GetCursorX() const { return getcurx(m_window); } in GetCursorX()
|