Searched refs:mtch (Results 1 - 1 of 1) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | wrefresh.c | 373 int wx, lastx, x, mtch, idch, blnkx, idcx, video_attrx, local 572 mtch = x - wx; 574 (mtch * sizeof (chtype))); 575 wcp += mtch; 576 scp += mtch; 630 (mtch = _useidch(wcp, scp, lastx - wx, 633 wx += mtch; 634 scp += mtch; 635 wcp += mtch;
|
Completed in 21 milliseconds