Home
last modified time | relevance | path

Searched defs:affentry_S (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dspellfile.c1815 struct affentry_S struct
1817 affentry_T *ae_next; // next affix with same name/number
1818 char_u *ae_chop; // text to chop off basic word (can be NULL)
1819 char_u *ae_add; // text to add to basic word (can be NULL)
1820 char_u *ae_flags; // flags on the affix (can be NULL)
1821 char_u *ae_cond; // condition (NULL for ".")
1822 regprog_T *ae_prog; // regexp program for ae_cond or NULL
1823 char ae_compforbid; // COMPOUNDFORBIDFLAG found
1824 char ae_comppermit; // COMPOUNDPERMITFLAG found