Searched refs:vim_fseek (Results 1 – 2 of 2) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | vim.h | 390 # define vim_fseek fseeko64 macro 394 # define vim_fseek _fseeki64 macro 406 # define vim_fseek fseeko macro 410 # define vim_fseek(a, b, c) fseek(a, (long)b, c) macro
|
| H A D | tag.c | 1960 vim_fseek(fp, search_info.curr_offset, SEEK_SET); in find_tags() 1970 vim_fseek(fp, search_info.low_offset, SEEK_SET); in find_tags() 2207 if (vim_fseek(fp, 0L, SEEK_END) != 0) in find_tags() 2216 vim_fseek(fp, 0L, SEEK_SET); in find_tags()
|