Home
last modified time | relevance | path

Searched refs:get2c (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dmisc2.pro53 int get2c(FILE *fd);
/vim-8.2.3635/src/
H A Dspellfile.c908 cnt = get2c(fd); // <prefcondcnt> in read_prefcond_section()
950 cnt = get2c(fd); // <repcount> in read_rep_section()
1012 cnt = get2c(fd); // <salcount> in read_sal_section()
1260 c = get2c(fd); // <comppatcount> in read_compound()
1689 n = get2c(fd); // <prefcondnr> in read_tree_node()
H A Dundo.c1070 return get2c(bi->bi_fp); in undo_read_2c()
1924 version = get2c(fp); in u_read_undo()
H A Dmisc2.c2686 get2c(FILE *fd) in get2c() function