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

/macosx-10.10/vim-55/src/
H A Dspell.c738 char_u st_fold[256]; /* chars: folded case */ member in struct:spelltab_S
948 # define SPELL_TOFOLD(c) ((c) < 256 ? (int)spelltab.st_fold[c] : (c))
960 : (c) < 256 ? (int)spelltab.st_fold[c] : (int)towlower(c))
963 : (c) < 256 ? (int)spelltab.st_fold[c] : (c))
8036 l += mb_char2bytes(spelltab.st_fold[i], folchars + l);
8039 folchars[l++] = spelltab.st_fold[i];
9585 sp->st_fold[i] = i;
9597 sp->st_fold[i] = i + 0x20;
9640 spelltab.st_fold[i] = (f < 256) ? f : i;
9654 spelltab.st_fold[
[all...]

Completed in 179 milliseconds