Searched defs:affentry_S (Results 1 – 1 of 1) sorted by relevance
1815 struct affentry_S struct1817 affentry_T *ae_next; // next affix with same name/number1818 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 NULL1823 char ae_compforbid; // COMPOUNDFORBIDFLAG found1824 char ae_comppermit; // COMPOUNDPERMITFLAG found