Searched refs:read_string (Results 1 – 3 of 3) sorted by relevance
56 char_u *read_string(FILE *fd, int cnt);
447 lp->sl_info = read_string(fd, len); // <infotext> in spell_load_file()461 lp->sl_midword = read_string(fd, len); // <midword> in spell_load_file()487 p = read_string(fd, len); // <mapstr> in spell_load_file()519 lp->sl_syllable = read_string(fd, len); // <syllable> in spell_load_file()833 str = read_string(fd, cnt); in read_cnt_string()
2748 read_string(FILE *fd, int cnt) in read_string() function