Searched defs:firstch (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwredrawln.c62 short *firstch, *efirstch; local
71 firstch = win->_firstch + begline;
72 efirstch = firstch + numlines;
73 while (firstch < efirstch)
74 *firstch++ = _REDRAW;
H A Dwtouchln.c60 short *firstch, *lastch, b, e; local
69 firstch = win->_firstch + y;
81 for (; n-- > 0; firstch++, lastch++) {
82 if (changed == -1 || *firstch != _REDRAW)
83 *firstch = b, *lastch = e;
H A Dwvline.c52 short *firstch = &(win->_firstch[cury]); local
64 for (num_chars += cury; cury < num_chars; cury++, firstch++,
67 if (curx < *firstch)
68 *firstch = curx;

Completed in 240 milliseconds