Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c1797 unsigned af_compforbid; // COMPOUNDFORBIDFLAG ID member
2439 && aff->af_compforbid == 0) in spell_read_aff()
2441 aff->af_compforbid = affitem2flag(aff->af_flagtype, items[1], in spell_read_aff()
3137 && (affile->af_compforbid != 0 || affile->af_comppermit != 0)) in aff_process_flags()
3143 if (flag == affile->af_comppermit || flag == affile->af_compforbid) in aff_process_flags()