Home
last modified time | relevance | path

Searched refs:begx (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewwin.c62 int nlines, ncols, begy, begx;
83 if (0 <= begx)
84 ncols -= begx;
111 if (0 <= begx) {
112 if (columns < begx + ncols)
160 dx = begx - parent->_begx;
169 w->_begx = (short) begx;
186 if ((begy < 0 && begx < 0)
194 if (begx == 0) {
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);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewwin.c74 isPad = ((begy < 0) && (begx < 0)) || in __m_newwin()
86 if (0 <= begx) in __m_newwin()
87 ncols -= begx; in __m_newwin()
118 if (0 <= begx) { in __m_newwin()
119 if (columns < begx + ncols) { in __m_newwin()
165 dx = begx - parent->_begx; in __m_newwin()
174 w->_begx = (short) begx; in __m_newwin()
194 if (((begy < 0) && (begx < 0)) || in __m_newwin()
206 } else if (begx + ncols == columns) { in __m_newwin()
210 if (begx == 0) { 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()
98 win->_begx = (short) begx; 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.ed491 *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
46 bx = begx; in newwin()
93 subwin(WINDOW *orig, int num_lines, int num_cols, int begy, int begx) in subwin() argument
99 bx = begx; in subwin()
153 makenew(int num_lines, int num_cols, int begy, int begx) in makenew() argument
159 bx = begx; in makenew()