Lines Matching refs:afffile_T
1806 } afffile_T; typedef
1987 static void aff_process_flags(afffile_T *affile, affentry_T *entry);
1991 static void process_compflags(spellinfo_T *spin, afffile_T *aff, char_u *compflags);
1998 static int get_affix_flags(afffile_T *affile, char_u *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);
2001 static int store_aff_word(spellinfo_T *spin, char_u *word, char_u *afflist, afffile_T *affile, hash…
2185 static afffile_T *
2189 afffile_T *aff; in spell_read_aff()
2251 aff = (afffile_T *)getroom(spin, sizeof(afffile_T), TRUE); in spell_read_aff()
3130 aff_process_flags(afffile_T *affile, affentry_T *entry) in aff_process_flags()
3251 afffile_T *aff, in process_compflags()
3455 spell_free_aff(afffile_T *aff) in spell_free_aff()
3493 spell_read_dic(spellinfo_T *spin, char_u *fname, afffile_T *affile) in spell_read_dic()
3710 get_affix_flags(afffile_T *affile, char_u *afflist) in get_affix_flags()
3743 afffile_T *affile, in get_pfxlist()
3785 afffile_T *affile, in get_compflags()
3827 afffile_T *affile, in store_aff_word()
5899 afffile_T *(afile[MAXREGIONS]); in mkspell()