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

/macosx-10.9.5/vim-53/src/
H A Dmacros.h258 * MB_COPY_CHAR(f, t): copy one char from "f" to "t" and advance the pointers.
271 # define MB_COPY_CHAR(f, t) if (has_mbyte) mb_copy_char(&f, &t); else *t++ = *f++ macro
278 # define MB_COPY_CHAR(f, t) *t++ = *f++ macro

Completed in 162 milliseconds