Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c345 SP_PARM->_home_cost = CostOf(cursor_home, 0); in NCURSES_SP_NAME()
853 && SP_PARM->_home_cost + newcost < usecost) { in onscreen_mvcur()
855 usecost = SP_PARM->_home_cost + newcost; in onscreen_mvcur()
1385 (void) printf("home cost: %d\n", CURRENT_SCREEN->_home_cost); in main()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1201 int _home_cost; /* cost of (cursor_home) */ member