Searched defs:begy (Results 1 – 4 of 4) sorted by relevance
| /mirbsd/src/lib/libncurses/src/ncurses/base/ |
| D | lib_newwin.c | 108 newwin(int num_lines, int num_columns, int begy, int begx) in newwin() 143 derwin(WINDOW *orig, int num_lines, int num_columns, int begy, int begx) in derwin() 204 _nc_makenew(int num_lines, int num_columns, int begy, int begx, int flags) in _nc_makenew()
|
| D | lib_refresh.c | 79 NCURSES_SIZE_T begy; in wnoutrefresh() local
|
| D | lib_pad.c | 75 (WINDOW *orig, int l, int c, int begy, int begx) in subpad()
|
| /mirbsd/src/lib/libocurses/ |
| D | curses.h | 128 size_t begy, begx; /* Window home. */ member
|