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.c140 int num_lines, int num_columns, int begy, int begx) in NCURSES_SP_NAME()
147 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()
162 num_lines, num_columns, begy, begx, 0); in NCURSES_SP_NAME()
183 newwin(int num_lines, int num_columns, int begy, int begx) in newwin() argument
188 num_lines, num_columns, begy, begx); in newwin()
195 derwin(WINDOW *orig, int num_lines, int num_columns, int begy, int begx) in derwin() argument
205 begy, begx)); in derwin()
210 if (begy < 0 || begx < 0 || orig == 0 || num_lines < 0 || num_columns < 0) in derwin()
[all …]
H A Dlib_refresh.c84 int begy; in wnoutrefresh() local
119 begy = win->_begy; in wnoutrefresh()
160 for (src_row = 0, dst_row = begy + win->_yoffset; in wnoutrefresh()
280 : (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-lncursest1651 int begy,
1659 int begy,
1668 int begy,
1686 int begy,
1773 int begy,
H A Dllib-lncurses1642 int begy,
1650 int begy,
1659 int begy,
1677 int begy,
1764 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.in550 NCURSES_SIZE_T _yoffset; /* real begy is _begy + _yoffset */
/freebsd/contrib/ncurses/
H A DNEWS6199 + correct limit-check in wredrawln, accounting for begy/begx values