Searched defs:endx (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwclrtoeol.c99 int endx = COLS / local
103 for (; m < endx; ++m)
118 for (; m < endx; ++m)
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 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 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 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...]
/illumos-gate/usr/src/ucblib/libcurses/
H A Dbox.c35 int endy, endx; local
38 endx = win->_maxx;
42 for (i = 0; i < endx; i++)
44 endx--;
46 win->_y[i][0] = (win->_y[i][endx] = vert);
48 fp[0] = fp[endx] = lp[0] = lp[endx] = ' ';
H A Doverlay.c38 int x, y, endy, endx, starty, startx; local
47 endx = min(win1->_maxx + win1->_begx, win2->_maxx + win2->_begx);
50 starty, startx, endy, endx);
52 if (starty >= endy || startx >= endx)
57 end = &win1->_y[y1][endx - win1->_begx];
H A Doverwrite.c38 int x, y, endy, endx, starty, startx; local
46 endx = min(win1->_maxx + win1->_begx, win2->_maxx + win2->_begx);
47 if (starty >= endy || startx >= endx)
51 starty, startx, endy, endx);
53 x = endx - startx;
58 endx - win2->_begx);
H A Dtoucholap.c36 int y, endy, endx, starty, startx; local
44 endx = min(win1->_maxx + win1->_begx, win2->_maxx + win2->_begx);
47 starty, startx, endy, endx);
55 if (starty >= endy || startx >= endx)
60 endx -= win2->_begx;
61 endx--;
63 (void) touchline(win2, y, startx, endx);
/illumos-gate/usr/src/cmd/sgs/librtld/common/
H A Dsyms.c44 update_sym(Cache *cache, Cache *_cache, Addr edata, Half endx, Addr addr) argument
78 if (endx)
79 syms->st_shndx = endx;
H A Ddldump.c158 Half endx = 1; local
508 endx = 0;
521 if (endx) {
523 endx = (Half)elf_ndxscn(data_cache->c_scn);
525 endx++;
739 if (status && endx && (shdr->sh_link >= endx))
821 update_sym(mcache, _mcache, edata, endx, addr);

Completed in 79 milliseconds