Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libcurses/screen/
H A Dwrefresh.c373 int wx, lastx, x, mtch, idch, blnkx, idcx, video_attrx, in _updateln() local
572 mtch = x - wx; in _updateln()
574 (mtch * sizeof (chtype))); in _updateln()
575 wcp += mtch; in _updateln()
576 scp += mtch; in _updateln()
630 (mtch = _useidch(wcp, scp, lastx - wx, in _updateln()
633 wx += mtch; in _updateln()
634 scp += mtch; in _updateln()
635 wcp += mtch; in _updateln()