Home
last modified time | relevance | path

Searched refs:vim_ftell (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dvim.h391 # define vim_ftell ftello64 macro
395 # define vim_ftell _ftelli64 macro
405 # define vim_ftell ftello macro
409 # define vim_ftell ftell macro
H A Dtag.c1966 search_info.curr_offset = vim_ftell(fp); in find_tags()
1978 search_info.curr_offset = vim_ftell(fp); in find_tags()
1985 search_info.match_offset = vim_ftell(fp); in find_tags()
2215 filesize = vim_ftell(fp); in find_tags()
2331 search_info.curr_offset = vim_ftell(fp); in find_tags()
2372 if ((off_T)vim_ftell(fp) > search_info.match_offset) in find_tags()
2694 semsg(_("Before byte %ld"), (long)vim_ftell(fp)); in find_tags()