Searched refs:off_T (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | memfile.c | 81 static int mf_write_block(memfile_T *mfp, bhdr_T *hp, off_T offset, unsigned size); 124 off_T size; in mf_open() 179 || (size = vim_lseek(mfp->mf_fd, (off_T)0L, SEEK_END)) <= 0) in mf_open() 936 off_T offset; in mf_read() 944 offset = (off_T)page_size * hp->bh_bnum; in mf_read() 975 off_T offset; // offset in the file in mf_write() 1011 offset = (off_T)page_size * nr; in mf_write() 1076 off_T offset UNUSED, in mf_write_block()
|
| H A D | fileio.c | 40 static char_u *check_for_cryptkey(char_u *cryptkey, char_u *ptr, long *sizep, off_T *filesizep, int… 149 off_T filesize = 0; in readfile() 151 off_T filesize_disk = 0; // file size read from disk in readfile() 152 off_T filesize_count = 0; // counter in readfile() 826 vim_lseek(fd, (off_T)0L, SEEK_SET); in readfile() 888 else if (read_stdin || vim_lseek(fd, (off_T)0L, SEEK_SET) != 0) in readfile() 2223 || vim_lseek(fd, (off_T)0L, SEEK_SET) in readfile() 2878 off_T *filesizep, // nr of bytes used from file in check_for_cryptkey() 3091 off_T nchars) in msg_add_lines() 4050 off_T orig_size = buf->b_orig_size; in buf_check_timestamp() [all …]
|
| H A D | tag.c | 1577 off_T low_offset; // offset for first char of first line that in find_tags() 1579 off_T high_offset; // offset of char after last line that could in find_tags() 1581 off_T curr_offset; // Current file offset in search range in find_tags() 1582 off_T curr_offset_used; // curr_offset used when skipping back in find_tags() 1583 off_T match_offset; // Where the binary search found a tag in find_tags() 1587 off_T filesize; in find_tags() 1589 off_T offset; in find_tags() 2372 if ((off_T)vim_ftell(fp) > search_info.match_offset) in find_tags()
|
| H A D | vim.h | 387 typedef __int64 off_T; typedef 399 typedef long off_T; typedef 401 typedef off_t off_T; typedef
|
| H A D | memline.c | 262 static cryptstate_T *ml_crypt_prepare(memfile_T *mfp, off_T offset, int reading); 1171 off_T size; in ml_recover() 1368 if ((size = vim_lseek(mfp->mf_fd, (off_T)0L, SEEK_END)) <= 0) in ml_recover() 5349 off_T offset, in ml_encrypt_data() 5395 off_T offset, in ml_decrypt_data() 5429 ml_crypt_prepare(memfile_T *mfp, off_T offset, int reading) in ml_crypt_prepare()
|
| H A D | netbeans.c | 555 static void print_save_msg(nbbuf_T *buf, off_T nchars); 3420 off_T nchars = buf->bufp->b_orig_size; in print_read_msg() 3453 print_save_msg(nbbuf_T *buf, off_T nchars) in print_save_msg()
|
| H A D | filepath.c | 1195 if ((off_T)rettv->vval.v_number != (off_T)st.st_size) in f_getfsize()
|
| H A D | structs.h | 2741 off_T b_orig_size; // size of original file in bytes
|
| /vim-8.2.3635/src/proto/ |
| H A D | memline.pro | 38 char_u *ml_encrypt_data(memfile_T *mfp, char_u *data, off_T offset, unsigned size); 39 void ml_decrypt_data(memfile_T *mfp, char_u *data, off_T offset, unsigned size);
|
| H A D | fileio.pro | 13 void msg_add_lines(int insert_space, long lnum, off_T nchars);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 12139 Solution: Use "off_T" instead of "off_t". Use "stat_T" instead of "struct
|