Searched refs:begy (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ncurses/ncurses/base/ |
H A D | lib_newwin.c | 140 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 D | lib_refresh.c | 84 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 D | lib_pad.c | 86 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 D | llib-lncursest | 1651 int begy, 1659 int begy, 1668 int begy, 1686 int begy, 1773 int begy,
|
H A D | llib-lncurses | 1642 int begy, 1650 int begy, 1659 int begy, 1677 int begy, 1764 int begy,
|
H A D | llib-lncursestw | 2232 int begy, 2240 int begy, 2249 int begy, 2267 int begy, 2354 int begy,
|
H A D | llib-lncursesw | 2223 int begy, 2231 int begy, 2240 int begy, 2258 int begy, 2345 int begy,
|
/freebsd/contrib/ncurses/include/ |
H A D | curses.h.in | 550 NCURSES_SIZE_T _yoffset; /* real begy is _begy + _yoffset */
|
/freebsd/contrib/ncurses/ |
H A D | NEWS | 6199 + correct limit-check in wredrawln, accounting for begy/begx values
|