Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewwin.c60 __m_newwin(parent, nlines, ncols, begy, begx) in __m_newwin() argument
62 int nlines, ncols, begy, begx;
70 parent, nlines, ncols, begy, begx
78 if (0 <= begy)
79 nlines -= begy;
91 if (begy < parent->_begy || begx < parent->_begx
92 || parent->_maxy < (begy-parent->_begy) + nlines
101 nlines = parent->_maxy - (begy - parent->_begy);
107 if (0 <= begy) {
108 if (lines < begy + nlines)
[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/libxcurses2/src/libc/xcurses/
H A Dnewwin.c68 int nlines, int ncols, int begy, int begx) in __m_newwin() argument
74 isPad = ((begy < 0) && (begx < 0)) || in __m_newwin()
81 if (0 <= begy) in __m_newwin()
82 nlines -= begy; in __m_newwin()
95 if (begy < parent->_begy || begx < parent->_begx || in __m_newwin()
96 parent->_maxy < (begy-parent->_begy) + nlines || in __m_newwin()
106 nlines = parent->_maxy - (begy - parent->_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()
[all …]
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()
/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 */
/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()