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

/macosx-10.10/vim-55/src/
H A Dspell.c739 char_u st_upper[256]; /* chars: upper case */ member in struct:spelltab_S
949 # define SPELL_TOUPPER(c) ((c) < 256 ? (int)spelltab.st_upper[c] : (c))
968 : (c) < 256 ? (int)spelltab.st_upper[c] : (int)towupper(c))
971 : (c) < 256 ? (int)spelltab.st_upper[c] : (c))
9586 sp->st_upper[i] = i;
9602 sp->st_upper[i] = i - 0x20;
9641 spelltab.st_upper[i] = (u < 256) ? u : i;
9659 spelltab.st_upper[i] = MB_TOUPPER(i);
9730 new_st.st_upper[f] = u;
9778 new_st.st_upper[
[all...]

Completed in 148 milliseconds