Searched refs:endx (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwborder.c81 int i, endy = win->_maxy - 1, endx = win->_maxx - 2; local
114 if (!ISCBIT(_y[0][endx])) {
121 endx = xend - 1;
125 memSset((line_ptr = &_y[0][sx]), _TOPSIDE, endx);
128 if (endx == win->_maxx-2)
129 line_ptr[++endx] = _TOPRIGHT;
144 endx = xend - 1;
149 memSset((line_ptr = &_y[endy][sx]), _BOTTOMSIDE, endx);
152 if (endx == win->_maxx-2)
153 line_ptr[++endx]
[all...]
H A Dwsyncdown.c52 short *wbch, *wech, *pbch, *pech, bch, ech, endx; local
59 endx = win->_maxx - 1;
74 if ((ech = *pech - px) > endx)
75 ech = endx;
76 if (!(bch > endx || ech < 0)) {
H A Dwinsnstr.c59 int x, cury, endx, maxx, len; local
74 endx = win->_curx;
76 for (x = 0; sp[x] != '\0' && x < n && endx < maxx; ++x) {
100 if ((endx += len) > maxx) {
101 endx -= len;
107 if ((len = endx - win->_curx) <= 0)
H A Dwinsdelln.c57 int endy, endx, to, fr, num_lines, dir; local
130 endx = win->_maxx;
155 win->_y[fr], (endx * sizeof (chtype)));
170 endch[to] = endx - 1;
204 (*_y16update)(win, endy - y, endx, y, 0);
H A Dwclrtoeol.c99 int endx = COLS / local
103 for (; m < endx; ++m)
118 for (; m < endx; ++m)

Completed in 22 milliseconds