Lines Matching refs:spellinfo_T

1984 } spellinfo_T;  typedef
1991 static void process_compflags(spellinfo_T *spin, afffile_T *aff, char_u *compflags);
1992 static void check_renumber(spellinfo_T *spin);
1996 static void add_fromto(spellinfo_T *spin, garray_T *gap, char_u *from, char_u *to);
2001 static int store_aff_word(spellinfo_T *spin, char_u *word, char_u *afflist, afffile_T *affile, hash…
2002 static void *getroom(spellinfo_T *spin, size_t len, int align);
2003 static char_u *getroom_save(spellinfo_T *spin, char_u *s);
2004 static int store_word(spellinfo_T *spin, char_u *word, int flags, int region, char_u *pfxlist, int …
2005 static int tree_add_word(spellinfo_T *spin, char_u *word, wordnode_T *tree, int flags, int region, …
2006 static wordnode_T *get_wordnode(spellinfo_T *spin);
2007 static void free_wordnode(spellinfo_T *spin, wordnode_T *n);
2008 static void wordtree_compress(spellinfo_T *spin, wordnode_T *root, char *name);
2009 static long node_compress(spellinfo_T *spin, wordnode_T *node, hashtab_T *ht, long *tot);
2013 static int sug_filltree(spellinfo_T *spin, slang_T *slang);
2014 static int sug_maketable(spellinfo_T *spin);
2015 static int sug_filltable(spellinfo_T *spin, wordnode_T *node, int startwordnr, garray_T *gap);
2017 static void sug_write(spellinfo_T *spin, char_u *fname);
2018 static void spell_message(spellinfo_T *spin, char_u *str);
2186 spell_read_aff(spellinfo_T *spin, char_u *fname) in spell_read_aff()
3250 spellinfo_T *spin, in process_compflags()
3333 check_renumber(spellinfo_T *spin) in check_renumber()
3423 spellinfo_T *spin, in add_fromto()
3493 spell_read_dic(spellinfo_T *spin, char_u *fname, afffile_T *affile) in spell_read_dic()
3824 spellinfo_T *spin, // spell info in store_aff_word()
4086 spell_read_wordfile(spellinfo_T *spin, char_u *fname) in spell_read_wordfile()
4289 spellinfo_T *spin, in getroom()
4335 getroom_save(spellinfo_T *spin, char_u *s) in getroom_save()
4367 wordtree_alloc(spellinfo_T *spin) in wordtree_alloc()
4383 spellinfo_T *spin, in store_word()
4430 spellinfo_T *spin, in tree_add_word()
4610 get_wordnode(spellinfo_T *spin) in get_wordnode()
4637 deref_wordnode(spellinfo_T *spin, wordnode_T *node) in deref_wordnode()
4661 free_wordnode(spellinfo_T *spin, wordnode_T *n) in free_wordnode()
4672 wordtree_compress(spellinfo_T *spin, wordnode_T *root, char *name) in wordtree_compress()
4714 spellinfo_T *spin, in node_compress()
4856 write_vim_spell(spellinfo_T *spin, char_u *fname) in write_vim_spell()
5459 spell_make_sugfile(spellinfo_T *spin, char_u *wfname) in spell_make_sugfile()
5546 sug_filltree(spellinfo_T *spin, slang_T *slang) in sug_filltree()
5652 sug_maketable(spellinfo_T *spin) in sug_maketable()
5682 spellinfo_T *spin, in sug_filltable()
5791 sug_write(spellinfo_T *spin, char_u *fname) in sug_write()
5904 spellinfo_T spin; in mkspell()
6145 spell_message(spellinfo_T *spin, char_u *str) in spell_message()