Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c3845 char_u *use_pfxlist; in store_aff_word() local
3935 use_pfxlist = pfxlist; in store_aff_word()
3970 use_pfxlist = store_afflist; in store_aff_word()
3986 use_pfxlist + use_pfxlen); in store_aff_word()
3997 if (use_pfxlist[j] == NUL) in store_aff_word()
3999 use_pfxlist[j++] = pfxlist[i]; in store_aff_word()
4000 use_pfxlist[j] = NUL; in store_aff_word()
4011 use_pfxlist = pfx_pfxlist; in store_aff_word()
4025 use_pfxlist += use_pfxlen; in store_aff_word()
4063 use_flags, use_pfxlist, in store_aff_word()
[all …]