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

/macosx-10.9.5/ncurses-42/ncurses/ncurses/tty/
H A Dtty_display.h63 int _ht_cost; /* cost of (tab) */ member in struct:tty_display_data
H A Dlib_mvcur.c132 * int _ht_cost; // cost of (tab)
313 SP->_ht_cost = CostOf(tab, 0);
316 SP->_ht_cost = INFINITY;
578 SP->_ht_cost, 1, tab);
1221 (void) printf("ht cost: %d\n", SP->_ht_cost);

Completed in 74 milliseconds