Home
last modified time | relevance | path

Searched refs:firstch (Results 1 – 3 of 3) sorted by relevance

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