Lines Matching refs:si_ascii
1941 int si_ascii; // handling only ASCII words member
2323 if (aff->af_enc != NULL && !spin->si_ascii in spell_read_aff()
2734 if (!spin->si_ascii || !(has_non_ascii(aff_entry->ae_chop) in spell_read_aff()
3022 if (!spin->si_ascii && !enc_utf8) in spell_read_aff()
3596 if (spin->si_ascii && has_non_ascii(w)) in spell_read_dic()
3696 if (spin->si_ascii && non_ascii > 0) in spell_read_dic()
4171 if (enc != NULL && !spin->si_ascii in spell_read_wordfile()
4252 if (spin->si_ascii && has_non_ascii(line)) in spell_read_wordfile()
4270 if (spin->si_ascii && non_ascii > 0) in spell_read_wordfile()
4928 if (!spin->si_ascii && !spin->si_add) in write_vim_spell()
5908 spin.si_ascii = ascii; in mkspell()
5944 fnames[0], spin.si_ascii ? (char_u *)"ascii" : spell_enc()); in mkspell()
5954 fnames[0], spin.si_ascii ? (char_u *)"ascii" : spell_enc()); in mkspell()
5958 spin.si_ascii = TRUE; in mkspell()