Searched refs:afffile_T (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dspell.c4806 } afffile_T; typedef in typeref:struct:afffile_S
4986 static afffile_T *spell_read_aff __ARGS((spellinfo_T *spin, char_u *fname));
4988 static void aff_process_flags __ARGS((afffile_T *affile, affentry_T *entry));
4992 static void process_compflags __ARGS((spellinfo_T *spin, afffile_T *aff, char_u *compflags));
5001 static void spell_free_aff __ARGS((afffile_T *aff));
5002 static int spell_read_dic __ARGS((spellinfo_T *spin, char_u *fname, afffile_T *affile));
5003 static int get_affix_flags __ARGS((afffile_T *affile, char_u *afflist));
5004 static int get_pfxlist __ARGS((afffile_T *affile, char_u *afflist, char_u *store_afflist));
5005 static void get_compflags __ARGS((afffile_T *affile, char_u *afflist, char_u *store_afflist));
5006 static int store_aff_word __ARGS((spellinfo_T *spin, char_u *word, char_u *afflist, afffile_T *affil
[all...]

Completed in 189 milliseconds