Searched refs:vcost (Results 1 – 2 of 2) sorted by relevance
576 int n, vcost = 0, hcost = 0; in relative_move() local581 vcost = INFINITY; in relative_move()585 vcost = SP_PARM->_vpa_cost; in relative_move()592 && SP_PARM->_cud_cost < vcost in relative_move()595 vcost = SP_PARM->_cud_cost; in relative_move()600 && (n * SP_PARM->_cud1_cost < vcost)) { in relative_move()601 vcost = repeated_append(_nc_str_copy(target, &save), 0, in relative_move()608 && SP_PARM->_cuu_cost < vcost in relative_move()611 vcost = SP_PARM->_cuu_cost; in relative_move()614 if (cursor_up && (n * SP_PARM->_cuu1_cost < vcost)) { in relative_move()[all …]
13849 + correct initialization of vcost in relative_move(), for cursor-down