Home
last modified time | relevance | path

Searched refs:read_string (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmisc2.pro56 char_u *read_string(FILE *fd, int cnt);
/vim-8.2.3635/src/
H A Dspellfile.c447 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()
H A Dmisc2.c2748 read_string(FILE *fd, int cnt) in read_string() function