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

/macosx-10.10/vim-55/src/
H A Dspell.c129 * <folcharslen> <folchars>
134 * <folcharslen> 2 bytes Number of bytes in <folchars>.
135 * <folchars> N bytes Folded characters, first one is for character 128.
3042 * <folcharslen> <folchars>
3058 /* <folcharslen> <folchars> */
8012 /* SN_CHARFLAGS: <charflagslen> <charflags> <folcharslen> <folchars>
8024 char_u folchars[128 * 8]; local
8030 /* Form the <folchars> string first, we need to know its length. */
8036 l += mb_char2bytes(spelltab.st_fold[i], folchars + l);
8039 folchars[
[all...]

Completed in 127 milliseconds