Lines Matching refs:slang_T
307 static int read_region_section(FILE *fd, slang_T *slang, int len);
309 static int read_prefcond_section(FILE *fd, slang_T *lp);
311 static int read_sal_section(FILE *fd, slang_T *slang);
312 static int read_words_section(FILE *fd, slang_T *lp, int len);
313 static int read_sofo_section(FILE *fd, slang_T *slang);
314 static int read_compound(FILE *fd, slang_T *slang, int len);
315 static int set_sofo(slang_T *lp, char_u *from, char_u *to);
316 static void set_sal_first(slang_T *lp);
322 static void set_map_str(slang_T *lp, char_u *map);
345 slang_T *
349 slang_T *old_lp, in spell_load_file()
358 slang_T *lp = NULL; in spell_load_file()
671 slang_T *slang; in suggest_load_files()
844 read_region_section(FILE *fd, slang_T *lp, int len) in read_region_section()
899 read_prefcond_section(FILE *fd, slang_T *lp) in read_prefcond_section()
993 read_sal_section(FILE *fd, slang_T *slang) in read_sal_section()
1141 read_words_section(FILE *fd, slang_T *lp, int len) in read_words_section()
1175 read_sofo_section(FILE *fd, slang_T *slang) in read_sofo_section()
1215 read_compound(FILE *fd, slang_T *slang, int len) in read_compound()
1409 set_sofo(slang_T *lp, char_u *from, char_u *to) in set_sofo()
1496 set_sal_first(slang_T *lp) in set_sal_first()
1754 slang_T *slang; in spell_reload_one()
2013 static int sug_filltree(spellinfo_T *spin, slang_T *slang);
5463 slang_T *slang; in spell_make_sugfile()
5546 sug_filltree(spellinfo_T *spin, slang_T *slang) in sug_filltree()
6612 set_map_str(slang_T *lp, char_u *map) in set_map_str()