Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c3501 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()
4399 if (!need_affix || (p != NULL && *p != NUL)) in store_word()
[all …]