Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c2001 …, char_u *afflist, afffile_T *affile, hashtab_T *ht, hashtab_T *xht, int condit, int flags, char_u…
3830 int condit, // CONDIT_SUF et al. in store_aff_word() argument
3863 if (((condit & CONDIT_COMB) == 0 || ah->ah_combine) in store_aff_word()
3888 && (((condit & CONDIT_CFIX) == 0) in store_aff_word()
3889 == ((condit & CONDIT_AFF) == 0 in store_aff_word()
3938 use_condit = condit | CONDIT_COMB | CONDIT_AFF; in store_aff_word()
3957 if ((condit & CONDIT_CFIX) == 0) in store_aff_word()
4047 if ((condit & CONDIT_SUF) && ae->ae_flags != NULL) in store_aff_word()