Lines Matching refs:store_afflist
1999 static int get_pfxlist(afffile_T *affile, char_u *afflist, char_u *store_afflist);
2000 static void get_compflags(afffile_T *affile, char_u *afflist, char_u *store_afflist);
3499 char_u store_afflist[MAXWLEN]; in spell_read_dic() local
3648 store_afflist[0] = NUL; in spell_read_dic()
3662 pfxlen = get_pfxlist(affile, afflist, store_afflist); in spell_read_dic()
3667 get_compflags(affile, afflist, store_afflist + pfxlen); in spell_read_dic()
3672 store_afflist, need_affix) == FAIL) in spell_read_dic()
3681 CONDIT_SUF, flags, store_afflist, pfxlen) == FAIL) in spell_read_dic()
3687 CONDIT_SUF, flags, store_afflist, pfxlen) == FAIL) in spell_read_dic()
3745 char_u *store_afflist) in get_pfxlist() argument
3767 store_afflist[cnt++] = id; in get_pfxlist()
3774 store_afflist[cnt] = NUL; in get_pfxlist()
3787 char_u *store_afflist) in get_compflags() argument
3804 store_afflist[cnt++] = HI2CI(hi)->ci_newID; in get_compflags()
3810 store_afflist[cnt] = NUL; in get_compflags()
3848 char_u store_afflist[MAXWLEN]; in store_aff_word() local
3967 ae->ae_flags, store_afflist); in store_aff_word()
3970 use_pfxlist = store_afflist; in store_aff_word()