Home
last modified time | relevance | path

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

/openbsd/lib/libcurses/tty/
H A Dtty_display.h63 int _ll_cost; /* cost of (cursor_to_ll) */ member
H A Dlib_mvcur.c348 SP_PARM->_ll_cost = CostOf(cursor_to_ll, 0); in NCURSES_SP_NAME()
866 && SP_PARM->_ll_cost + newcost < usecost) { in onscreen_mvcur()
868 usecost = SP_PARM->_ll_cost + newcost; in onscreen_mvcur()
1388 (void) printf("ll cost: %d\n", CURRENT_SCREEN->_ll_cost); in main()
/openbsd/lib/libcurses/
H A Dcurses.priv.h1022 int _ll_cost; /* cost of (cursor_to_ll) */ member