Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dcharset.c369 STRNCAT(res, p, l); // append printable multi-byte char in transstr()
H A Dvim.h1668 #define STRNCAT(d, s, n) strncat((char *)(d), (char *)(s), (size_t)(n)) macro
H A Dfindfile.c591 STRNCAT(ff_expand_buffer, search_ctx->ffsc_fix_path, len); in vim_findfile_init()
H A Dviminfo.c1171 STRNCAT(IObuff, line, IOSIZE - STRLEN(IObuff) - 1); in viminfo_error()
H A Dfilepath.c2123 STRNCAT(cpy, remain, len); in f_resolve()
H A Dtag.c1113 STRNCAT(cmd, cmd_start, cmd_len); in add_llist_tags()
H A Dquickfix.c1112 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 Dfileio.c69 STRNCAT(IObuff, s, 99); in filemess()