Searched refs:firstch (Results 1 – 3 of 3) sorted by relevance
62 short *firstch, *efirstch; in wredrawln() local71 firstch = win->_firstch + begline; in wredrawln()72 efirstch = firstch + numlines; in wredrawln()73 while (firstch < efirstch) in wredrawln()74 *firstch++ = _REDRAW; in wredrawln()
60 short *firstch, *lastch, b, e; in wtouchln() local69 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()
52 short *firstch = &(win->_firstch[cury]); in wvline() local64 for (num_chars += cury; cury < num_chars; cury++, firstch++, in wvline()67 if (curx < *firstch) in wvline()68 *firstch = curx; in wvline()