Home
last modified time | relevance | path

Searched refs:begy (Results 1 – 9 of 9) sorted by last modified time

/illumos-gate/usr/src/ucblib/libcurses/
H A Dnewwin.c38 newwin(int num_lines, int num_cols, int begy, int begx) in newwin() argument
45 by = begy; in newwin()
93 subwin(WINDOW *orig, int num_lines, int num_cols, int begy, int begx) in subwin() argument
98 by = begy; in subwin()
153 makenew(int num_lines, int num_cols, int begy, int begx) in makenew() argument
158 by = begy; in makenew()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewpad.c65 subpad(WINDOW *parent, int nlines, int ncols, int begy, int begx) in subpad() argument
69 w = subwin(parent, nlines, ncols, begy, begx); in subpad()
H A Dnewwin.c74 isPad = ((begy < 0) && (begx < 0)) || in __m_newwin()
81 if (0 <= begy) in __m_newwin()
82 nlines -= begy; in __m_newwin()
113 if (0 <= begy) { in __m_newwin()
114 if (lines < begy + nlines) { in __m_newwin()
164 dy = begy - parent->_begy; in __m_newwin()
173 w->_begy = (short) begy; in __m_newwin()
194 if (((begy < 0) && (begx < 0)) || in __m_newwin()
213 if (begy == 0 && nlines == lines) in __m_newwin()
218 if (begy + nlines == lines) in __m_newwin()
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewwin.c62 int nlines, ncols, begy, begx;
78 if (0 <= begy)
79 nlines -= begy;
107 if (0 <= begy) {
108 if (lines < begy + nlines)
159 dy = begy - parent->_begy;
168 w->_begy = (short) begy;
186 if ((begy < 0 && begx < 0)
202 if (begy + nlines == lines)
253 int nlines, ncols, begy, begx;
[all …]
H A Dnewpad.c60 (subpad)(parent, nlines, ncols, begy, begx)
62 int nlines, ncols, begy, begx; variable
69 parent, nlines, ncols, begy, begx
73 w = subwin(parent, nlines, ncols, begy, begx);
H A Dinitscr.c68 int i, n, begy; in initscr() local
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dmakenew.c50 _makenew(int nlines, int ncols, int begy, int begx) in _makenew() argument
58 nlines, ncols, begy, begx); in _makenew()
96 win->_begy = (short) begy; in _makenew()
99 win->_clear = (((begy + SP->Yabove + begx) == 0) && in _makenew()
H A DV2.makenew.c48 makenew(int num_lines, int num_cols, int begy, int begx) in makenew() argument
50 return (_makenew(num_lines, num_cols, begy, begx)); in makenew()
H A Dcurses.ed151 short _yoffset; /* actual begy is _begy+_yoffset */
491 *newwin(), /* nlines, ncols, begy, begx */
493 *derwin(), /* orig, nlines, ncols, begy, begx */