Home
last modified time | relevance | path

Searched refs:B0_MAGIC_LONG (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_recover.vim211 " The B0_MAGIC_LONG field may be 32-bit or 64-bit, depending on the system,
217 " clear the B0_MAGIC_LONG field
/vim-8.2.3635/src/
H A Dmemline.c145 #define B0_MAGIC_LONG 0x30313233L macro
337 b0p->b0_magic_long = (long)B0_MAGIC_LONG; in ml_open()
5171 return (b0p->b0_magic_long != (long)B0_MAGIC_LONG in b0_magic_wrong()