Searched defs:idch (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwrefresh.c373 int wx, lastx, x, mtch, idch, blnkx, idcx, video_attrx, local
499 /* on cookie term, only do idch where no attrs */
631 maxi, &idch))) {
632 maxi -= idch;
803 int x1, x2, blnk, idch, cost, cost_ich1, match; local
808 if ((match = _prefix(wcp, scp, length, length / 2, &idch)) > 0)
810 _COST(Delete_character) * idch);
831 _PUTS(tparm_p1(parm_dch, idch), 1);
833 for (x1 = 0; x1 < idch; ++x1)
843 for (x1 = 0, x2 = idch; x
[all...]

Completed in 22 milliseconds