Lines Matching refs:si_compflags
1977 char_u *si_compflags; // flags used for compounding member
3268 if (spin->si_compflags != NULL) in process_compflags()
3269 len += (int)STRLEN(spin->si_compflags) + 1; in process_compflags()
3273 if (spin->si_compflags != NULL) in process_compflags()
3275 STRCPY(p, spin->si_compflags); in process_compflags()
3278 spin->si_compflags = p; in process_compflags()
3664 if (spin->si_compflags != NULL) in spell_read_dic()
3962 || spin->si_compflags != NULL) in store_aff_word()
3983 if (spin->si_compflags != NULL) in store_aff_word()
4031 if (spin->si_compflags != NULL && !ae->ae_comppermit) in store_aff_word()
5166 if (spin->si_compflags != NULL) in write_vim_spell()
5171 l = (int)STRLEN(spin->si_compflags); in write_vim_spell()
5191 fwv &= fwrite(spin->si_compflags, (size_t)STRLEN(spin->si_compflags), in write_vim_spell()
6072 if (spin.si_compflags != NULL && spin.si_nobreak) in mkspell()