Searched refs:vim_fgets (Results 1 - 11 of 11) sorted by relevance

/macosx-10.10/vim-55/src/proto/
H A Dfileio.pro17 int vim_fgets __ARGS((char_u *buf, int size, FILE *fp));
/macosx-10.10/vim-55/src/
H A Dmark.c1422 return vim_fgets(virp->vir_line, LSIZE, virp->vir_fd);
1680 eof = vim_fgets(line, LSIZE, virp->vir_fd);
H A Dsearch.c4972 else if (vim_fgets(line = file_line,
5160 && vim_fgets(line = file_line, LSIZE, files[depth].fp))
5284 if (vim_fgets(line, LSIZE, fp)) /* end of file */
H A Ddiff.c56 # define tag_fgets vim_fgets
H A Dex_cmds2.c1324 if (vim_fgets(IObuff, IOSIZE, sfd))
H A Dtag.c1148 /* When not using a CR for line separator, use vim_fgets() to read tag lines.
1150 * slower than vim_fgets().
1153 # define tag_fgets vim_fgets
H A Dex_cmds.c2245 return vim_fgets(virp->vir_line, LSIZE, virp->vir_fd);
2275 (void)vim_fgets(virp->vir_line, 10, virp->vir_fd);
2278 (void)vim_fgets(retval, (int)len, virp->vir_fd);
6075 vim_fgets(IObuff, IOSIZE, fd);
6400 while (!vim_fgets(IObuff, IOSIZE, fd) && !got_int)
H A Dspell.c5238 while (!vim_fgets(rline, MAXLINELEN, fd) && !got_int)
6567 (void)vim_fgets(line, MAXLINELEN, fd);
6576 while (!vim_fgets(line, MAXLINELEN, fd) && !got_int)
7153 while (!vim_fgets(rline, MAXLINELEN, fd) && !got_int)
9416 while (!vim_fgets(line, MAXWLEN * 2, fd))
10717 while (!vim_fgets(line, MAXWLEN * 2, fd) && !got_int)
H A Dquickfix.c3911 while (!vim_fgets(IObuff, IOSIZE, fd) && !got_int)
H A Dedit.c3075 && !vim_fgets(buf, LSIZE, fp))
H A Dfileio.c6454 vim_fgets(buf, size, fp) function
6489 * Like vim_fgets(), but accept any line terminator: CR, CR-LF or LF.
6491 * Only used for the Mac, because it's much slower than vim_fgets().

Completed in 242 milliseconds