Lines Matching refs:ae_cond
1821 char_u *ae_cond; // condition (NULL for ".") member
2744 aff_entry->ae_cond = getroom_save(spin, items[4]); in spell_read_aff()
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()
2843 aff_entry->ae_cond); in spell_read_aff()