Home
last modified time | relevance | path

Searched refs:lhcost (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c649 int lhcost = 0; in relative_move() local
659 lhcost = repeated_append(&check, lhcost, in relative_move()
661 if (lhcost == INFINITY) in relative_move()
720 lhcost += n * SP_PARM->_char_padding; in relative_move()
722 lhcost = repeated_append(&check, lhcost, SP_PARM->_cuf1_cost, in relative_move()
726 if (lhcost < hcost in relative_move()
728 hcost = lhcost; in relative_move()
742 int lhcost = 0; in relative_move() local
751 lhcost = repeated_append(&check, lhcost, in relative_move()
754 if (lhcost == INFINITY) in relative_move()
[all …]