Home
last modified time | relevance | path

Searched refs:_nc_str_copy (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_mvcur.c578 (void) _nc_str_copy(&save, target); in relative_move()
593 && _nc_safe_strcat(_nc_str_copy(target, &save), in relative_move()
601 vcost = repeated_append(_nc_str_copy(target, &save), 0, in relative_move()
609 && _nc_safe_strcat(_nc_str_copy(target, &save), in relative_move()
615 vcost = repeated_append(_nc_str_copy(target, &save), 0, in relative_move()
633 && _nc_safe_strcat(_nc_str_copy(target, &save), in relative_move()
643 && _nc_safe_strcat(_nc_str_copy(target, &save), in relative_move()
727 && _nc_safe_strcat(_nc_str_copy(target, &save), str)) { in relative_move()
736 && _nc_safe_strcat(_nc_str_copy(target, &save), in relative_move()
767 && _nc_safe_strcat(_nc_str_copy(target, &save), str)) { in relative_move()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dstrings.c98 _nc_str_copy(string_desc * dst, const string_desc * const src) in _nc_str_copy() function
/freebsd/contrib/ncurses/ncurses/
H A Dllib-ltinfow1472 #undef _nc_str_copy
1473 string_desc *_nc_str_copy(
H A Dllib-ltinfo1432 #undef _nc_str_copy
1433 string_desc *_nc_str_copy(
H A Dllib-ltinfot1544 #undef _nc_str_copy
1545 string_desc *_nc_str_copy(
H A Dllib-ltinfotw1584 #undef _nc_str_copy
1585 string_desc *_nc_str_copy(
H A Dllib-lncursest4284 #undef _nc_str_copy
4285 string_desc *_nc_str_copy(
H A Dllib-lncurses4163 #undef _nc_str_copy
4164 string_desc *_nc_str_copy(
H A Dcurses.priv.h2164 extern NCURSES_EXPORT(string_desc *) _nc_str_copy (string_desc *, const string_desc *);
H A Dllib-lncursestw5263 #undef _nc_str_copy
5264 string_desc *_nc_str_copy(
H A Dllib-lncursesw5142 #undef _nc_str_copy
5143 string_desc *_nc_str_copy(
/freebsd/contrib/ncurses/
H A DINSTALL1515 + These now pass a const parameter: _nc_delink_entry, _nc_str_copy,