Searched refs:st_fold (Results 1 – 3 of 3) sorted by relevance
243 char_u st_fold[256]; // chars: folded case member260 : (c) < 256 ? (int)spelltab.st_fold[c] : (int)towlower(c))263 : (c) < 256 ? (int)spelltab.st_fold[c] : (c))
2549 sp->st_fold[i] = i; in clear_spell_chartab()2561 sp->st_fold[i] = i + 0x20; in clear_spell_chartab()2603 spelltab.st_fold[i] = (f < 256) ? f : i; in init_spell_chartab()2616 spelltab.st_fold[i] = MB_TOLOWER(i); in init_spell_chartab()2792 buf[i] = spelltab.st_fold[str[i]]; in spell_casefold()
4941 l += mb_char2bytes(spelltab.st_fold[i], folchars + l); in write_vim_spell()4943 folchars[l++] = spelltab.st_fold[i]; in write_vim_spell()6472 new_st.st_fold[l] = f; in set_spell_chartab()6485 new_st.st_fold[u] = f; in set_spell_chartab()6529 new_st.st_fold[i + 128] = c; in set_spell_charflags()6550 || spelltab.st_fold[i] != new_st->st_fold[i] in set_spell_finish()