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

/freebsd-current/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c131 * int _home_cost; // cost of (cursor_home)
364 SP_PARM->_home_cost = CostOf(cursor_home, 0);
872 && SP_PARM->_home_cost + newcost < usecost) {
874 usecost = SP_PARM->_home_cost + newcost;
1404 (void) printf("home cost: %d\n", CURRENT_SCREEN->_home_cost);

Completed in 60 milliseconds