Home
last modified time | relevance | path

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

/freebsd/contrib/ncurses/ncurses/
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-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-lncursest4504 #undef _nc_trans_string
4505 int _nc_trans_string(
H A Dllib-lncurses4383 #undef _nc_trans_string
4384 int _nc_trans_string(
H A Dcurses.priv.h2146 extern NCURSES_EXPORT(int) _nc_trans_string (char *, const char *);
H A Dllib-lncursestw5505 #undef _nc_trans_string
5506 int _nc_trans_string(
H A Dllib-lncursesw5384 #undef _nc_trans_string
5385 int _nc_trans_string(
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dcomp_scan.c735 ch = _nc_trans_string(tok_ptr, tok_buf + TOK_BUF_SIZE); in _nc_get_token()
839 _nc_trans_string(char *ptr, const char *const last) in _nc_trans_string() function
/freebsd/contrib/ncurses/misc/
H A Dncurses.def131 "_nc_trans_string" @170 NONAME
/freebsd/contrib/ncurses/
H A DINSTALL1481 and _nc_trans_string
1969 _nc_trans_string
H A DNEWS8622 + add a check in _nc_trans_string() for improperly ended strings, i.e.,
11557 + modify warning in _nc_trans_string() about a possibly too-long string
11559 threshold (600). Change interface of _nc_trans_string() to allow
13460 + export functions _nc_trans_string() and _nc_msec_cost().