Home
last modified time | relevance | path

Searched refs:_nc_msec_cost (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c197 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 Dncurses.def75 "_nc_msec_cost" @103 NONAME
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h1988 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 Dllib-lncursest1525 #undef _nc_msec_cost
1526 int _nc_msec_cost(
H A Dllib-lncurses1516 #undef _nc_msec_cost
1517 int _nc_msec_cost(
H A Dllib-lncursestw2106 #undef _nc_msec_cost
2107 int _nc_msec_cost(
H A Dllib-lncursesw2097 #undef _nc_msec_cost
2098 int _nc_msec_cost(
/freebsd/contrib/ncurses/
H A DANNOUNCE147 * improve parsing in internal function _nc_msec_cost, allowing a
H A DNEWS285 + 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().