Searched refs:STRNCAT (Results 1 – 8 of 8) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | charset.c | 369 STRNCAT(res, p, l); // append printable multi-byte char in transstr()
|
| H A D | vim.h | 1668 #define STRNCAT(d, s, n) strncat((char *)(d), (char *)(s), (size_t)(n)) macro
|
| H A D | findfile.c | 591 STRNCAT(ff_expand_buffer, search_ctx->ffsc_fix_path, len); in vim_findfile_init()
|
| H A D | viminfo.c | 1171 STRNCAT(IObuff, line, IOSIZE - STRLEN(IObuff) - 1); in viminfo_error()
|
| H A D | filepath.c | 2123 STRNCAT(cpy, remain, len); in f_resolve()
|
| H A D | tag.c | 1113 STRNCAT(cmd, cmd_start, cmd_len); in add_llist_tags()
|
| H A D | quickfix.c | 1112 STRNCAT(fields->pattern, rmp->startp[midx], len); in qf_parse_fmt_s() 1133 STRNCAT(fields->module, rmp->startp[midx], len); in qf_parse_fmt_o()
|
| H A D | fileio.c | 69 STRNCAT(IObuff, s, 99); in filemess()
|