Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwrefresh.c370 int wx, lastx, x, mtch, idch, blnkx, idcx, video_attrx, in _updateln() local
628 maxi, &idch))) { in _updateln()
629 maxi -= idch; in _updateln()
806 int x1, x2, blnk, idch, cost, cost_ich1, match; in _useidch() local
811 if ((match = _prefix(wcp, scp, length, length / 2, &idch)) > 0) in _useidch()
813 _COST(Delete_character) * idch); in _useidch()
834 _PUTS(tparm_p1(parm_dch, idch), 1); in _useidch()
836 for (x1 = 0; x1 < idch; ++x1) in _useidch()
846 for (x1 = 0, x2 = idch; x2 < length; ++x1, ++x2) in _useidch()
851 *id = -idch; in _useidch()
[all …]