Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ncurses/ncurses/
H A Dllib-ltict160 #undef _nc_trans_string
161 int _nc_trans_string(
H A Dllib-ltictw160 #undef _nc_trans_string
161 int _nc_trans_string(
H A Dllib-lticw160 #undef _nc_trans_string
161 int _nc_trans_string(
H A Dllib-ltic160 #undef _nc_trans_string
161 int _nc_trans_string(
H A Dllib-lncurses4220 #undef _nc_trans_string
4221 int _nc_trans_string(
H A Dllib-lncursest4382 #undef _nc_trans_string
4383 int _nc_trans_string(
H A Dllib-lncursesw5082 #undef _nc_trans_string
5083 int _nc_trans_string(
H A Dllib-lncursestw5200 #undef _nc_trans_string
5201 int _nc_trans_string(
/freebsd-12.1/contrib/ncurses/include/
H A Dtic.h303 extern NCURSES_EXPORT(int) _nc_trans_string (char *, char *);
/freebsd-12.1/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c684 ch = _nc_trans_string(tok_ptr, tok_buf + TOK_BUF_SIZE); in _nc_get_token()
787 _nc_trans_string(char *ptr, char *last) in _nc_trans_string() function
/freebsd-12.1/contrib/ncurses/misc/
H A Dncurses.def131 "_nc_trans_string" @170 NONAME
/freebsd-12.1/contrib/ncurses/
H A DINSTALL1408 _nc_trans_string
H A DNEWS4241 + add a check in _nc_trans_string() for improperly ended strings, i.e.,
7176 + modify warning in _nc_trans_string() about a possibly too-long string
7178 threshold (600). Change interface of _nc_trans_string() to allow
9079 + export functions _nc_trans_string() and _nc_msec_cost().