Lines Matching refs:need_affix
2004 …tore_word(spellinfo_T *spin, char_u *word, int flags, int region, char_u *pfxlist, int need_affix);
3501 int need_affix; in spell_read_dic() local
3650 need_affix = FALSE; in spell_read_dic()
3658 need_affix = TRUE; in spell_read_dic()
3672 store_afflist, need_affix) == FAIL) in spell_read_dic()
3847 int need_affix; in store_aff_word() local
3937 need_affix = FALSE; in store_aff_word()
3947 need_affix = TRUE; in store_aff_word()
3958 need_affix = TRUE; in store_aff_word()
4042 need_affix) == FAIL) in store_aff_word()
4388 int need_affix) // only store word with affix ID in store_word() argument
4399 if (!need_affix || (p != NULL && *p != NUL)) in store_word()
4411 if (!need_affix || (p != NULL && *p != NUL)) in store_word()