Searched refs:_nc_msec_cost (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/ncurses/ncurses/tty/ |
H A D | lib_mvcur.c | 197 int result = NCURSES_SP_NAME(_nc_msec_cost) (NCURSES_SP_ARGx cap, affcnt); in trace_cost_of() 216 #define CostOf(cap,affcnt) NCURSES_SP_NAME(_nc_msec_cost)(NCURSES_SP_ARGx cap, affcnt) 222 NCURSES_SP_NAME(_nc_msec_cost) (NCURSES_SP_DCLx const char *const cap, int affcnt) in NCURSES_SP_NAME() argument 279 _nc_msec_cost(const char *const cap, int affcnt) in _nc_msec_cost() function 281 return NCURSES_SP_NAME(_nc_msec_cost) (CURRENT_SCREEN, cap, affcnt); in _nc_msec_cost() 289 int cost = NCURSES_SP_NAME(_nc_msec_cost) (NCURSES_SP_ARGx cap, affcnt); in normalized_cost()
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncurses.def | 75 "_nc_msec_cost" @103 NONAME
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 1988 extern NCURSES_EXPORT(int) _nc_msec_cost (const char *const, int); 2593 extern NCURSES_EXPORT(int) NCURSES_SP_NAME(_nc_msec_cost)(SCREEN*, const char *, int);
|
H A D | llib-lncursest | 1525 #undef _nc_msec_cost 1526 int _nc_msec_cost(
|
H A D | llib-lncurses | 1516 #undef _nc_msec_cost 1517 int _nc_msec_cost(
|
H A D | llib-lncursestw | 2106 #undef _nc_msec_cost 2107 int _nc_msec_cost(
|
H A D | llib-lncursesw | 2097 #undef _nc_msec_cost 2098 int _nc_msec_cost(
|
/freebsd/contrib/ncurses/ |
H A D | ANNOUNCE | 147 * improve parsing in internal function _nc_msec_cost, allowing a
|
H A D | NEWS | 285 + improve parsing in _nc_msec_cost, allowing a single decimal point. 11931 + minor fixes for _nc_msec_cost(), color_content(), pair_content(), 13460 + export functions _nc_trans_string() and _nc_msec_cost().
|