Searched refs:begy (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/lib/libcurses/base/ |
| D | lib_newwin.c | 142 int num_lines, int num_columns, int begy, int begx) in NCURSES_SP_NAME() 149 begy, begx)); in NCURSES_SP_NAME() 151 if (begy < 0 in NCURSES_SP_NAME() 159 num_lines = SP_PARM->_lines_avail - begy; in NCURSES_SP_NAME() 164 num_lines, num_columns, begy, begx, 0); in NCURSES_SP_NAME() 185 newwin(int num_lines, int num_columns, int begy, int begx) in newwin() argument 190 num_lines, num_columns, begy, begx); in newwin() 197 derwin(WINDOW *orig, int num_lines, int num_columns, int begy, int begx) in derwin() argument 207 begy, begx)); in derwin() 212 if (begy < 0 || begx < 0 || orig == 0 || num_lines < 0 || num_columns < 0) in derwin() [all …]
|
| D | lib_refresh.c | 86 int begy; in wnoutrefresh() local 121 begy = win->_begy; in wnoutrefresh() 162 for (src_row = 0, dst_row = begy + win->_yoffset; in wnoutrefresh() 282 : (begy + oind + win->_yoffset)); in wnoutrefresh()
|
| D | lib_pad.c | 88 subpad(WINDOW *orig, int l, int c, int begy, int begx) in subpad() argument 96 || ((win = derwin(orig, l, c, begy, begx)) == NULL)) in subpad()
|
| /openbsd/src/distrib/special/more/ |
| D | curses.h | 108 size_t begy, begx; /* Window home. */ member
|