Home
last modified time | relevance | path

Searched refs:ae_flags (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dspellfile.c2725 if (aff_entry->ae_flags != NULL) in spell_read_aff()
2727 *aff_entry->ae_flags++ = NUL; in spell_read_aff()
3136 if (entry->ae_flags != NULL in aff_process_flags()
3139 for (p = entry->ae_flags; *p != NUL; ) in aff_process_flags()
3155 if (*entry->ae_flags == NUL) in aff_process_flags()
3882 || ae->ae_flags != NULL) in store_aff_word()
3890 || ae->ae_flags == NULL in store_aff_word()
3939 if (ae->ae_flags != NULL) in store_aff_word()
3967 ae->ae_flags, store_afflist); in store_aff_word()
4065 || (ae->ae_flags != NULL in store_aff_word()
[all …]