Searched refs:xend (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwborder.c84 int x, sx, xend; local
108 xend = win->_maxx-1;
110 for (; x <= xend; ++x)
113 for (; xend >= x; --xend)
116 wc = RBYTE(_y[0][xend]);
117 if ((m = xend + _curs_scrwidth[TYPE(wc)]) > win->_maxx)
118 xend -= 1;
120 xend = m - 1;
121 endx = xend
[all...]
/illumos-gate/usr/src/common/ctf/
H A Dctf_open.c116 uint_t *xend = xp + fp->ctf_nsyms; local
132 for (; xp < xend; xp++, symp += sp->cts_entsize) {
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c85 #define xend _xdat._end macro

Completed in 62 milliseconds