Searched refs:mtch (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | wrefresh.c | 370 int wx, lastx, x, mtch, idch, blnkx, idcx, video_attrx, in _updateln() local 569 mtch = x - wx; in _updateln() 571 (mtch * sizeof (chtype))); in _updateln() 572 wcp += mtch; in _updateln() 573 scp += mtch; in _updateln() 627 (mtch = _useidch(wcp, scp, lastx - wx, in _updateln() 630 wx += mtch; in _updateln() 631 scp += mtch; in _updateln() 632 wcp += mtch; in _updateln()
|