Searched defs:begx (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ncurses-44/ncurses/ncurses/base/
H A Dlib_refresh.c78 NCURSES_SIZE_T begx; local
H A Dlib_newwin.c118 newwin(int num_lines, int num_columns, int begy, int begx) argument
153 derwin(WINDOW *orig, int num_lines, int num_columns, int begy, int begx) argument
214 _nc_makenew(int num_lines, int num_columns, int begy, int begx, int flags) argument
[all...]
H A Dlib_pad.c74 subpad(WINDOW *orig, int l, int c, int begy, int begx) argument
/macosx-10.10/ncurses-44/ncurses/c++/
H A Dcursesw.h881 int begx() const { return getbegx(w); } function in class:NCursesWindow

Completed in 125 milliseconds