Home
last modified time | relevance | path

Searched refs:getbegx (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/lib/libcurses/screen/
H A Dgetbegyx.c54 getbegx(WINDOW *win) in getbegx() function
H A Dmapfile-vers432 getbegx;
H A Dcurses.ed579 #define getbegyx(win, y, x) ((y) = getbegy(win), (x) = getbegx(win))
587 #define getbegx(win) ((win)->_begx)
600 extern int getbegx(WINDOW *);
610 extern int getcury(), getcurx(), getbegy(), getbegx(),
H A Dllib-lcurses670 int getbegx(WINDOW *win);