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

/haiku-fatelf/src/libs/ncurses/ncurses/tty/
H A Dtty_display.h72 int _cud_cost; /* cost of (parm_cursor_down) */ member in struct:tty_display_data
H A Dlib_mvcur.c141 * int _cud_cost; // cost of (parm_cursor_down)
362 SP->_cud_cost = CostOf(tparm(parm_down_cursor, 23), 1);
502 && SP->_cud_cost < vcost
505 vcost = SP->_cud_cost;
1220 (void) printf("cud cost: %d\n", SP->_cud_cost);

Completed in 40 milliseconds