Home
last modified time | relevance | path

Searched refs:b_orig_size (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dfileio.c439 curbuf->b_orig_size = 0; in readfile()
4050 off_T orig_size = buf->b_orig_size; in buf_check_timestamp()
4085 || st.st_size != buf->b_orig_size in buf_check_timestamp()
4103 buf->b_orig_size = 0; in buf_check_timestamp()
4133 else if (orig_size != buf->b_orig_size || buf_contents_changed(buf)) in buf_check_timestamp()
4488 buf->b_orig_size = st->st_size; in buf_store_time()
H A Dnetbeans.c3420 off_T nchars = buf->bufp->b_orig_size; in print_read_msg()
3465 buf->bufp->b_orig_size); in print_save_msg()
H A Dmemline.c1047 buf->b_orig_size = 0; in set_b0_fname()
2449 || st.st_size != buf->b_orig_size) in ml_sync_all()
H A Dstructs.h2741 off_T b_orig_size; // size of original file in bytes member