Lines Matching refs:pfxlen
2001 …file_T *affile, hashtab_T *ht, hashtab_T *xht, int condit, int flags, char_u *pfxlist, int pfxlen);
3500 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()
3687 CONDIT_SUF, flags, store_afflist, pfxlen) == FAIL) in spell_read_dic()
3833 int pfxlen) // nr of flags in "pfxlist" for prefixes, rest in store_aff_word() argument
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()
4070 pfxlen) == FAIL)) in store_aff_word()