Home
last modified time | relevance | path

Searched refs:getbegyx (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/dialog/
H A Ddialog.h241 #undef getbegyx
242 #define getbegyx(win,y,x) (y = (win)?(win)->_begy:ERR, x = (win)?(win)->_begx:ERR) macro
H A Dconfigure.in236 getbegyx \
H A Dtextbox.c523 getbegyx(dialog, old_y, old_x); in get_search_term()
H A Dutil.c2968 getbegyx(win, y, x); in dlg_getbegx()
2975 getbegyx(win, y, x); in dlg_getbegy()
H A Daclocal.m46357 dnl The getbegyx() check is needed for HPUX, which omits legacy macros such
6381 getbegyx(stdscr, y1, x1);
6400 getbegyx(stdscr, y1, x1);
H A Dconfigure24121 getbegyx(stdscr, y1, x1);
24166 getbegyx(stdscr, y1, x1);
24310 getbegyx \
/freebsd/lib/ncurses/tinfo/
H A DMakefile604 curs_getyx.3 getbegyx.3 \
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in1170 #define getbegyx(win,y,x) (y = getbegy(win), x = getbegx(win)) macro
/freebsd/contrib/ncurses/
H A DNEWS13555 + use macros getbegyx() and getmaxyx() in newdemo.c and testcurs.c
13556 + modify ncurses.c to use getbegyx() and getmaxyx() macros to cover up