Home
last modified time | relevance | path

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

/vim-8.2.3635/src/testdir/
H A Dtest_buffer.vim10 call writefile(['B3'], 'b3')
17 new b3
21 bunload b3
31 bunload b3
43 bunload b3
64 call delete('b3')
87 let b3 = bufnr()
90 call assert_equal(b3, bufnr())
104 call assert_equal(b3, bufnr())
112 call assert_equal(b3, bufnr())
[all …]
H A Dtest_blob.vim193 VAR b3 = 0z001122
196 call assert_false(b1 == b3)
198 call assert_true(b1 != b3)
H A Dtest_fileformat.vim61 let b3 = b1 + b2
62 call writefile(b3, a:destfile, 'B')
H A Dtest_registers.vim291 let b3 = bufnr('')
/vim-8.2.3635/src/
H A Dspellfile.c5751 int b1, b2, b3, b4; in offset2bytes() local
5758 b3 = rem % 255 + 1; in offset2bytes()
5761 if (b4 > 1 || b3 > 0x1f) // 4 bytes in offset2bytes()
5764 buf[1] = b3; in offset2bytes()
5769 if (b3 > 1 || b2 > 0x3f ) // 3 bytes in offset2bytes()
5771 buf[0] = 0xc0 + b3; in offset2bytes()