Home
last modified time | relevance | path

Searched refs:_nc_trans_string (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/ncurses/ncurses/
H A Dllib-ltictw150 #undef _nc_trans_string
151 int _nc_trans_string(
H A Dllib-lticw150 #undef _nc_trans_string
151 int _nc_trans_string(
H A Dllib-ltic150 #undef _nc_trans_string
151 int _nc_trans_string(
H A Dllib-ltict150 #undef _nc_trans_string
151 int _nc_trans_string(
H A Dllib-lncurses4296 #undef _nc_trans_string
4297 int _nc_trans_string(
H A Dllib-lncursest4417 #undef _nc_trans_string
4418 int _nc_trans_string(
H A Dllib-lncursestw5406 #undef _nc_trans_string
5407 int _nc_trans_string(
H A Dllib-lncursesw5285 #undef _nc_trans_string
5286 int _nc_trans_string(
/freebsd-13.1/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c696 ch = _nc_trans_string(tok_ptr, tok_buf + TOK_BUF_SIZE); in _nc_get_token()
799 _nc_trans_string(char *ptr, char *last) in _nc_trans_string() function
/freebsd-13.1/contrib/ncurses/include/
H A Dtic.h387 extern NCURSES_EXPORT(int) _nc_trans_string (char *, char *) NCURSES_TACK_1_08;
/freebsd-13.1/contrib/ncurses/misc/
H A Dncurses.def131 "_nc_trans_string" @170 NONAME
/freebsd-13.1/contrib/ncurses/
H A DINSTALL1779 _nc_trans_string
H A DNEWS6994 + add a check in _nc_trans_string() for improperly ended strings, i.e.,
9929 + modify warning in _nc_trans_string() about a possibly too-long string
9931 threshold (600). Change interface of _nc_trans_string() to allow
11832 + export functions _nc_trans_string() and _nc_msec_cost().