Searched refs:vcost (Results 1 – 2 of 2) sorted by relevance
494 int n, vcost = 0, hcost = 0; in relative_move() local499 vcost = INFINITY; in relative_move()503 vcost = SP->_vpa_cost; in relative_move()510 && SP->_cud_cost < vcost in relative_move()513 vcost = SP->_cud_cost; in relative_move()518 && (n * SP->_cud1_cost < vcost)) { in relative_move()519 vcost = repeated_append(_nc_str_copy(target, &save), 0, in relative_move()526 && SP->_cuu_cost < vcost in relative_move()529 vcost = SP->_cuu_cost; in relative_move()532 if (cursor_up && (n * SP->_cuu1_cost < vcost)) { in relative_move()[all …]
7045 + correct initialization of vcost in relative_move(), for cursor-down