Home
last modified time | relevance | path

Searched refs:MB_COPY_CHAR (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dtypval.c1967 default: MB_COPY_CHAR(p, end); in eval_string()
1972 MB_COPY_CHAR(p, end); in eval_string()
2033 MB_COPY_CHAR(p, str); in eval_lit_string()
H A Dmacros.h251 #define MB_COPY_CHAR(f, t) do { if (has_mbyte) mb_copy_char(&f, &t); else *t++ = *f++; } while (0) macro
H A Dstrings.c287 MB_COPY_CHAR(p, d); in vim_strsave_shellescape()
802 MB_COPY_CHAR(p, r); in string_quote()
H A Dusercmd.c1303 MB_COPY_CHAR(p, q); in uc_split_args()
H A Djob.c964 MB_COPY_CHAR(s, d); in win32_escape_arg()
H A Dex_docmd.c3379 MB_COPY_CHAR(s, d); in append_command()