Searched defs:block0 (Results 1 – 1 of 1) sorted by relevance
162 struct block0 struct164 char_u b0_id[2]; // id for block 0: BLOCK0_ID0 and BLOCK0_ID1,166 char_u b0_version[10]; // Vim version string167 char_u b0_page_size[4];// number of bytes per page168 char_u b0_mtime[4]; // last modification time of file169 char_u b0_ino[4]; // inode of b0_fname170 char_u b0_pid[4]; // process id of creator (or 0)174 long b0_magic_long; // check for byte order of long175 int b0_magic_int; // check for byte order of int176 short b0_magic_short; // check for byte order of short[all …]