Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c3500 int pfxlen; in spell_read_dic() local
3649 pfxlen = 0; in spell_read_dic()
3662 pfxlen = get_pfxlist(affile, afflist, store_afflist); in spell_read_dic()
3667 get_compflags(affile, afflist, store_afflist + pfxlen); in spell_read_dic()
3681 CONDIT_SUF, flags, store_afflist, pfxlen) == FAIL) in spell_read_dic()
3936 use_pfxlen = pfxlen; in store_aff_word()
3974 for (i = 0; i < pfxlen; ++i) in store_aff_word()
3991 for (i = pfxlen; pfxlist[i] != NUL; ++i) in store_aff_word()
4052 use_flags, use_pfxlist, pfxlen) == FAIL) in store_aff_word()
4064 pfxlen) == FAIL in store_aff_word()
[all …]