Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dspellfile.c3846 int use_pfxlen; in store_aff_word() local
3936 use_pfxlen = pfxlen; in store_aff_word()
3966 use_pfxlen = get_pfxlist(affile, in store_aff_word()
3969 use_pfxlen = 0; in store_aff_word()
3976 for (j = 0; j < use_pfxlen; ++j) in store_aff_word()
3979 if (j == use_pfxlen) in store_aff_word()
3980 use_pfxlist[use_pfxlen++] = pfxlist[i]; in store_aff_word()
3986 use_pfxlist + use_pfxlen); in store_aff_word()
3993 for (j = use_pfxlen; in store_aff_word()
4010 vim_strncpy(pfx_pfxlist, use_pfxlist, use_pfxlen); in store_aff_word()
[all …]