Searched refs:_nc_str_copy (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/ncurses/ncurses/tty/ |
| H A D | lib_mvcur.c | 578 (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 D | strings.c | 98 _nc_str_copy(string_desc * dst, const string_desc * const src) in _nc_str_copy() function
|
| /freebsd/contrib/ncurses/ncurses/ |
| H A D | llib-ltinfow | 1472 #undef _nc_str_copy 1473 string_desc *_nc_str_copy(
|
| H A D | llib-ltinfo | 1432 #undef _nc_str_copy 1433 string_desc *_nc_str_copy(
|
| H A D | llib-ltinfot | 1544 #undef _nc_str_copy 1545 string_desc *_nc_str_copy(
|
| H A D | llib-ltinfotw | 1584 #undef _nc_str_copy 1585 string_desc *_nc_str_copy(
|
| H A D | llib-lncursest | 4284 #undef _nc_str_copy 4285 string_desc *_nc_str_copy(
|
| H A D | llib-lncurses | 4163 #undef _nc_str_copy 4164 string_desc *_nc_str_copy(
|
| H A D | curses.priv.h | 2164 extern NCURSES_EXPORT(string_desc *) _nc_str_copy (string_desc *, const string_desc *);
|
| H A D | llib-lncursestw | 5263 #undef _nc_str_copy 5264 string_desc *_nc_str_copy(
|
| H A D | llib-lncursesw | 5142 #undef _nc_str_copy 5143 string_desc *_nc_str_copy(
|
| /freebsd/contrib/ncurses/ |
| H A D | INSTALL | 1515 + These now pass a const parameter: _nc_delink_entry, _nc_str_copy,
|