Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c2004 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()
[all …]