Searched refs:read_cnt_string (Results 1 – 1 of 1) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | spellfile.c | 811 read_cnt_string(FILE *fd, int cnt_bytes, int *cntp) in read_cnt_string() function 869 flags = read_cnt_string(fd, 1, &flagslen); in read_charflags_section() 874 fol = read_cnt_string(fd, 2, &follen); in read_charflags_section() 961 ftp->ft_from = read_cnt_string(fd, 1, &i); in read_rep_section() 966 ftp->ft_to = read_cnt_string(fd, 1, &i); in read_rep_section() 1073 smp->sm_to = read_cnt_string(fd, 1, &ccnt); in read_sal_section() 1184 from = read_cnt_string(fd, 2, &cnt); in read_sofo_section() 1189 to = read_cnt_string(fd, 2, &cnt); in read_sofo_section() 1269 read_cnt_string(fd, 1, &cnt); in read_compound()
|