Home
last modified time | relevance | path

Searched refs:b_p_udf (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dbufwrite.c1985 write_undo_file = (buf->b_p_udf in buf_write()
1999 if (buf->b_p_udf in buf_write()
H A Doption.c2768 else if ((int *)varp == &curbuf->b_p_udf || (int *)varp == &p_udf) in set_bool_option()
2773 if (curbuf->b_p_udf || p_udf) in set_bool_option()
5521 case PV_UDF: return (char_u *)&(curbuf->b_p_udf); in get_varp()
6111 buf->b_p_udf = p_udf; in buf_copy_options()
H A Dfileio.c1097 && curbuf->b_p_udf in readfile()
4296 if (buf->b_p_udf && buf->b_ffname != NULL) in buf_check_timestamp()
H A Dstructs.h2985 int b_p_udf; // 'undofile' member
H A Dundo.c3689 if (!buf->b_p_udf) in u_undofile_reset_and_delete()