Searched refs:begy (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_newwin.c140 int num_lines, int num_columns, int begy, int begx)
147 begy, begx));
149 if (begy < 0
157 num_lines = SP_PARM->_lines_avail - begy;
162 num_lines, num_columns, begy, begx, 0);
183 newwin(int num_lines, int num_columns, int begy, int begx) argument
188 num_lines, num_columns, begy, begx);
195 derwin(WINDOW *orig, int num_lines, int num_columns, int begy, int begx) argument
205 begy, begx));
210 if (begy <
139 newwin(NCURSES_SP_DCLx int num_lines, int num_columns, int begy, int begx) argument
266 _nc_makenew(NCURSES_SP_DCLx int num_lines, int num_columns, int begy, int begx, int flags) argument
[all...]
H A Dlib_refresh.c84 int begy; local
119 begy = win->_begy;
160 for (src_row = 0, dst_row = begy + win->_yoffset;
280 : (begy + oind + win->_yoffset));
H A Dlib_pad.c86 subpad(WINDOW *orig, int l, int c, int begy, int begx) argument
94 || ((win = derwin(orig, l, c, begy, begx)) == NULL))

Completed in 60 milliseconds