Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
Dcomp_scan.c629 ch = _nc_trans_string(tok_ptr, tok_buf + TOK_BUF_SIZE); in _nc_get_token()
732 _nc_trans_string(char *ptr, char *last) in _nc_trans_string() function
/freebsd-10-stable/contrib/ncurses/include/
Dtic.h280 extern NCURSES_EXPORT(int) _nc_trans_string (char *, char *);
/freebsd-10-stable/contrib/ncurses/misc/
Dncurses.def131 "_nc_trans_string" @170 NONAME
/freebsd-10-stable/contrib/ncurses/ncurses/
Dllib-lncurses3343 #undef _nc_trans_string
3344 int _nc_trans_string(
Dllib-lncursest3434 #undef _nc_trans_string
3435 int _nc_trans_string(
Dllib-lncursesw4122 #undef _nc_trans_string
4123 int _nc_trans_string(
/freebsd-10-stable/contrib/ncurses/
DINSTALL1217 _nc_trans_string
DNEWS1818 + add a check in _nc_trans_string() for improperly ended strings, i.e.,
4753 + modify warning in _nc_trans_string() about a possibly too-long string
4755 threshold (600). Change interface of _nc_trans_string() to allow
6656 + export functions _nc_trans_string() and _nc_msec_cost().