Searched refs:tag_fgets (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/vim-55/src/proto/
H A Dfileio.pro18 int tag_fgets __ARGS((char_u *buf, int size, FILE *fp));
/macosx-10.10/vim-55/src/
H A Dtag.c1149 * For the Mac use tag_fgets(). It can handle any line separator, but is much
1153 # define tag_fgets vim_fgets macro
1627 eof = tag_fgets(lbuf, LSIZE, fp);
1643 eof = tag_fgets(lbuf, LSIZE, fp);
1649 eof = tag_fgets(lbuf, LSIZE, fp);
1675 eof = tag_fgets(lbuf, LSIZE, fp);
1707 if (!tag_fgets(ebuf, LSIZE, fp))
H A Ddiff.c56 # define tag_fgets vim_fgets macro
730 if (tag_fgets(linebuf, LBUFLEN, fd))
1245 if (tag_fgets(linebuf, LBUFLEN, fd))
H A Dfileio.c6494 tag_fgets(buf, size, fp) function

Completed in 198 milliseconds