Searched refs:cost_ich1 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dwrefresh.c803 int x1, x2, blnk, idch, cost, cost_ich1, match; local
870 cost_ich1 = idch * _COST(Insert_character);
873 if (blnk > _COST(Parm_ich) && _COST(Parm_ich) < cost_ich1)
877 cost += cost_ich1;
879 if (parm_ich && _COST(Parm_ich) < cost_ich1)
882 cost = cost_ich1;
896 if (blnk > _COST(Parm_ich) && _COST(Parm_ich) < cost_ich1)
905 if (parm_ich && _COST(Parm_ich) < cost_ich1)

Completed in 15 milliseconds