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

/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c781 int t5_cr_cost; local
870 t5_cr_cost = (xold > 0 ? SP_PARM->_cr_cost : 0);
877 && t5_cr_cost + SP_PARM->_cub1_cost + newcost < usecost) {
879 usecost = t5_cr_cost + SP_PARM->_cub1_cost + newcost;

Completed in 63 milliseconds