Lines Matching refs:off_T
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()
4661 else if ((off_T)size != (off_T)st.st_size) in create_readdirex_item()