Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c1821 char_u *ae_cond; // condition (NULL for ".") member
2778 && (aff_entry->ae_cond == NULL in spell_read_aff()
2779 || PTR2CHAR(aff_entry->ae_cond) == c)) in spell_read_aff()
2793 if (aff_entry->ae_cond != NULL) in spell_read_aff()
2800 aff_entry->ae_cond = getroom_save( in spell_read_aff()
2804 *aff_entry->ae_cond = c_up; in spell_read_aff()
2805 if (aff_entry->ae_cond != NULL) in spell_read_aff()
2808 aff_entry->ae_cond); in spell_read_aff()
2830 if (str_equal(p, aff_entry->ae_cond)) in spell_read_aff()
2839 if (aff_entry->ae_cond == NULL) in spell_read_aff()
[all …]