Lines Matching refs:ae
3461 affentry_T *ae; in spell_free_aff() local
3475 for (ae = ah->ah_first; ae != NULL; ae = ae->ae_next) in spell_free_aff()
3476 vim_regfree(ae->ae_prog); in spell_free_aff()
3839 affentry_T *ae; in store_aff_word() local
3868 for (ae = ah->ah_first; ae != NULL; ae = ae->ae_next) in store_aff_word()
3881 || ae->ae_chop != NULL in store_aff_word()
3882 || ae->ae_flags != NULL) in store_aff_word()
3883 && (ae->ae_chop == NULL in store_aff_word()
3884 || STRLEN(ae->ae_chop) < wordlen) in store_aff_word()
3885 && (ae->ae_prog == NULL in store_aff_word()
3886 || vim_regexec_prog(&ae->ae_prog, FALSE, in store_aff_word()
3890 || ae->ae_flags == NULL in store_aff_word()
3892 ae->ae_flags, affile->af_circumfix)))) in store_aff_word()
3898 if (ae->ae_add == NULL) in store_aff_word()
3901 vim_strncpy(newword, ae->ae_add, MAXWLEN - 1); in store_aff_word()
3903 if (ae->ae_chop != NULL) in store_aff_word()
3908 i = mb_charlen(ae->ae_chop); in store_aff_word()
3913 p += STRLEN(ae->ae_chop); in store_aff_word()
3921 if (ae->ae_chop != NULL) in store_aff_word()
3925 i = (int)MB_CHARLEN(ae->ae_chop); in store_aff_word()
3930 if (ae->ae_add != NULL) in store_aff_word()
3931 STRCAT(newword, ae->ae_add); in store_aff_word()
3939 if (ae->ae_flags != NULL) in store_aff_word()
3942 use_flags |= get_affix_flags(affile, ae->ae_flags); in store_aff_word()
3945 affile->af_flagtype, ae->ae_flags, in store_aff_word()
3953 affile->af_flagtype, ae->ae_flags, in store_aff_word()
3967 ae->ae_flags, store_afflist); in store_aff_word()
3985 get_compflags(affile, ae->ae_flags, in store_aff_word()
4008 if (use_pfxlist != NULL && ae->ae_compforbid) in store_aff_word()
4031 if (spin->si_compflags != NULL && !ae->ae_comppermit) in store_aff_word()
4047 if ((condit & CONDIT_SUF) && ae->ae_flags != NULL) in store_aff_word()
4048 if (store_aff_word(spin, newword, ae->ae_flags, in store_aff_word()
4065 || (ae->ae_flags != NULL in store_aff_word()
4067 ae->ae_flags, affile, in store_aff_word()