Searched defs:begy (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/lib/libcurses/base/ |
H A D | lib_newwin.c | 185 newwin(int num_lines, int num_columns, int begy, int begx) in newwin() 197 derwin(WINDOW *orig, int num_lines, int num_columns, int begy, int begx) in derwin()
|
H A D | lib_refresh.c | 86 int begy; in wnoutrefresh() local
|
H A D | lib_pad.c | 88 subpad(WINDOW *orig, int l, int c, int begy, int begx) in subpad()
|
/openbsd-src/distrib/special/more/ |
H A D | curses.h | 108 size_t begy, begx; /* Window home. */ member
|