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

/macosx-10.9.5/ncurses-42/ncurses/ncurses/tty/
H A Dlib_mvcur.c196 ("NormalizedCost %s %d %s", capname, result, _nc_visbuf(cap)));
199 #define NormalizedCost(cap,affcnt) trace_normalized_cost(#cap,cap,affcnt); macro
204 #define NormalizedCost(cap,affcnt) normalized_cost(cap,affcnt); macro
373 SP->_ed_cost = NormalizedCost(clr_eos, 1);
374 SP->_el_cost = NormalizedCost(clr_eol, 1);
375 SP->_el1_cost = NormalizedCost(clr_bol, 1);
376 SP->_dch1_cost = NormalizedCost(delete_character, 1);
377 SP->_ich1_cost = NormalizedCost(insert_character, 1);
387 SP->_dch_cost = NormalizedCost(TPARM_1(parm_dch, 23), 1);
388 SP->_ich_cost = NormalizedCost(TPARM_
[all...]

Completed in 166 milliseconds