Lines Matching refs:pfxlist
2001 …file_T *affile, hashtab_T *ht, hashtab_T *xht, int condit, int flags, char_u *pfxlist, int pfxlen);
2004 static int store_word(spellinfo_T *spin, char_u *word, int flags, int region, char_u *pfxlist, int …
3832 char_u *pfxlist, // list of prefix IDs in store_aff_word() argument
3935 use_pfxlist = pfxlist; in store_aff_word()
3977 if (pfxlist[i] == use_pfxlist[j]) in store_aff_word()
3980 use_pfxlist[use_pfxlen++] = pfxlist[i]; in store_aff_word()
3991 for (i = pfxlen; pfxlist[i] != NUL; ++i) in store_aff_word()
3995 if (pfxlist[i] == use_pfxlist[j]) in store_aff_word()
3999 use_pfxlist[j++] = pfxlist[i]; in store_aff_word()
4387 char_u *pfxlist, // list of prefix IDs or NULL in store_word() argument
4397 for (p = pfxlist; res == OK; ++p) in store_word()
4409 for (p = pfxlist; res == OK; ++p) in store_word()