Lines Matching refs:getroom_save
2003 static char_u *getroom_save(spellinfo_T *spin, char_u *s);
2378 midword = getroom_save(spin, items[1]); in spell_read_aff()
2560 = getroom_save(spin, items[1]); in spell_read_aff()
2562 = getroom_save(spin, items[2]); in spell_read_aff()
2568 syllable = getroom_save(spin, items[1]); in spell_read_aff()
2718 aff_entry->ae_chop = getroom_save(spin, items[2]); in spell_read_aff()
2721 aff_entry->ae_add = getroom_save(spin, items[3]); in spell_read_aff()
2744 aff_entry->ae_cond = getroom_save(spin, items[4]); in spell_read_aff()
2800 aff_entry->ae_cond = getroom_save( in spell_read_aff()
2842 *pp = getroom_save(spin, in spell_read_aff()
2977 sofofrom = getroom_save(spin, items[1]); in spell_read_aff()
2982 sofoto = getroom_save(spin, items[1]); in spell_read_aff()
3435 ftp->ft_from = getroom_save(spin, word); in add_fromto()
3437 ftp->ft_to = getroom_save(spin, word); in add_fromto()
3624 dw = (char_u *)getroom_save(spin, w); in spell_read_dic()
4335 getroom_save(spellinfo_T *spin, char_u *s) in getroom_save() function