Home
last modified time | relevance | path

Searched refs:UNDO_HASH_SIZE (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dundo.c1245 if (undo_write(bi, hash, (size_t)UNDO_HASH_SIZE) == FAIL) in serialize_header()
1855 char_u read_hash[UNDO_HASH_SIZE]; in u_read_undo()
1963 if (undo_read(&bi, read_hash, (size_t)UNDO_HASH_SIZE) == FAIL) in u_read_undo()
1969 if (memcmp(hash, read_hash, UNDO_HASH_SIZE) != 0 in u_read_undo()
H A Dvim.h1566 #define UNDO_HASH_SIZE 32 macro
H A Dfileio.c2607 char_u hash[UNDO_HASH_SIZE]; in readfile()
4298 char_u hash[UNDO_HASH_SIZE]; in buf_check_timestamp()
H A Dbufwrite.c2572 char_u hash[UNDO_HASH_SIZE]; in buf_write()
H A Dex_docmd.c7946 char_u hash[UNDO_HASH_SIZE]; in ex_wundo()
7955 char_u hash[UNDO_HASH_SIZE]; in ex_rundo()
H A Doption.c2775 char_u hash[UNDO_HASH_SIZE]; in set_bool_option()