Home
last modified time | relevance | path

Searched refs:begy (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_newwin.c147 begy, begx)); in NCURSES_SP_NAME()
149 if (begy < 0 in NCURSES_SP_NAME()
157 num_lines = SP_PARM->_lines_avail - begy; in NCURSES_SP_NAME()
188 num_lines, num_columns, begy, begx); in newwin()
205 begy, begx)); in derwin()
212 if (begy + num_lines > orig->_maxy + 1 in derwin()
217 num_lines = orig->_maxy + 1 - begy; in derwin()
226 orig->_begy + begy, in derwin()
231 win->_pary = begy; in derwin()
269 int begy, in NCURSES_SP_NAME()
[all …]
H A Dlib_refresh.c84 int begy; in wnoutrefresh() local
111 begy = win->_begy; in wnoutrefresh()
152 for (src_row = 0, dst_row = begy + win->_yoffset; in wnoutrefresh()
272 : (begy + oind + win->_yoffset)); in wnoutrefresh()
H A Dlib_pad.c86 subpad(WINDOW *orig, int l, int c, int begy, int begx) in subpad() argument
94 || ((win = derwin(orig, l, c, begy, begx)) == NULL)) in subpad()
/freebsd/contrib/ncurses/ncurses/
H A Dllib-lncurses1642 int begy,
1650 int begy,
1659 int begy,
1677 int begy,
1764 int begy,
H A Dllib-lncursest1651 int begy,
1659 int begy,
1668 int begy,
1686 int begy,
1773 int begy,
H A Dllib-lncursestw2232 int begy,
2240 int begy,
2249 int begy,
2267 int begy,
2354 int begy,
H A Dllib-lncursesw2223 int begy,
2231 int begy,
2240 int begy,
2258 int begy,
2345 int begy,
/freebsd/contrib/ncurses/include/
H A Dcurses.h.in489 NCURSES_SIZE_T _yoffset; /* real begy is _begy + _yoffset */
/freebsd/contrib/ncurses/
H A DNEWS5034 + correct limit-check in wredrawln, accounting for begy/begx values