Searched refs:b3 (Results 1 – 5 of 5) sorted by relevance
10 call writefile(['B3'], 'b3')17 new b321 bunload b331 bunload b343 bunload b364 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 …]
193 VAR b3 = 0z001122196 call assert_false(b1 == b3)198 call assert_true(b1 != b3)
61 let b3 = b1 + b262 call writefile(b3, a:destfile, 'B')
291 let b3 = bufnr('')
5751 int b1, b2, b3, b4; in offset2bytes() local5758 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()