Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dvim.h208 #define UNDO_HASH_SIZE 32 macro
H A Dundo.c801 if (!undo_write(bi, hash, UNDO_HASH_SIZE)) { in serialize_header()
1459 char_u read_hash[UNDO_HASH_SIZE]; in u_read_undo()
1460 if (!undo_read(&bi, read_hash, UNDO_HASH_SIZE)) { in u_read_undo()
1465 if (memcmp(hash, read_hash, UNDO_HASH_SIZE) != 0 in u_read_undo()
H A Dfileio.c1924 char_u hash[UNDO_HASH_SIZE]; in readfile()
3703 char_u hash[UNDO_HASH_SIZE]; in buf_write()
5095 char_u hash[UNDO_HASH_SIZE]; in buf_check_timestamp()
H A Dex_docmd.c8213 char_u hash[UNDO_HASH_SIZE]; in ex_wundo()
8221 char_u hash[UNDO_HASH_SIZE]; in ex_rundo()
H A Doption.c3897 char_u hash[UNDO_HASH_SIZE]; in set_bool_option()
/dports/editors/vim/vim-8.2.3745/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.h1569 #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.c2570 char_u hash[UNDO_HASH_SIZE]; in buf_write()
H A Dex_docmd.c7988 char_u hash[UNDO_HASH_SIZE]; in ex_wundo()
7997 char_u hash[UNDO_HASH_SIZE]; in ex_rundo()
H A Doption.c2769 char_u hash[UNDO_HASH_SIZE]; in set_bool_option()