Lines Matching refs:use_pfxlist
3845 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()
3977 if (pfxlist[i] == use_pfxlist[j]) in store_aff_word()
3980 use_pfxlist[use_pfxlen++] = pfxlist[i]; in store_aff_word()
3986 use_pfxlist + use_pfxlen); in store_aff_word()
3994 use_pfxlist[j] != NUL; ++j) in store_aff_word()
3995 if (pfxlist[i] == use_pfxlist[j]) 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()
4008 if (use_pfxlist != NULL && ae->ae_compforbid) in store_aff_word()
4010 vim_strncpy(pfx_pfxlist, use_pfxlist, use_pfxlen); in store_aff_word()
4011 use_pfxlist = pfx_pfxlist; in store_aff_word()
4024 if (!ah->ah_combine && use_pfxlist != NULL) in store_aff_word()
4025 use_pfxlist += use_pfxlen; in store_aff_word()
4041 spin->si_region, use_pfxlist, in store_aff_word()
4052 use_flags, use_pfxlist, pfxlen) == FAIL) in store_aff_word()
4063 use_flags, use_pfxlist, in store_aff_word()
4069 use_flags, use_pfxlist, in store_aff_word()