Lines Matching refs:b

98   call setline(1, ['a', 'b', 'c'])
140 call setline(1, ['a', 'b', 'c'])
142 let b = readblob(swapname(''))
143 call writefile(b, '.Xfile1.swm')
144 call writefile(b, '.Xfile1.swn')
145 call writefile(b, '.Xfile1.swo')
148 call assert_equal(['a', 'b', 'c'], getline(1, '$'))
204 let b = readblob(sn)
205 let save_b = copy(b)
214 let little_endian = (b[1008:1011] == 0z33323130) || (b[1012:1015] == 0z33323130)
215 let system_64bit = little_endian ? (b[1012:1015] == 0z00000000) : (b[1008:1011] == 0z00000000)
219 let b[1008:1015] = 0z00000000.00000000
221 let b[1008:1011] = 0z00000000
223 call writefile(b, sn)
231 let b = copy(save_b)
232 let b[12:15] = 0z00010000
233 call writefile(b, sn)
241 let b = copy(save_b)
242 let b[4096:4097] = 0z0000
243 call writefile(b, sn)
250 let b = copy(save_b)
251 let b[4098:4099] = 0z0000
252 call writefile(b, sn)
259 let b = copy(save_b)
261 let b[4104:4111] = little_endian ? 0z00000000.00000080 : 0z80000000.00000000
263 let b[4104:4107] = little_endian ? 0z00000080 : 0z80000000
265 call writefile(b, sn)
272 let b = copy(save_b)
273 let b[8192:8193] = 0z0000
274 call writefile(b, sn)
281 let b = copy(save_b)
283 let b[8208:8215] = 0z00000000.00000000
285 let b[8208:8211] = 0z00000000
287 call writefile(b, sn)
295 let b = copy(save_b)
297 let b[8216:8219] = 0z00000000
299 let b[8212:8215] = 0z00000000
301 call writefile(b, sn)
308 let b = copy(save_b)
309 let b[8204:8207] = little_endian ? 0z80000000 : 0z00000080
310 call writefile(b, sn)
318 let b = copy(save_b)
319 call writefile(b[:8191], sn)
337 let b = readblob('.Xfile1.swp')
338 call writefile(b, '.Xfile1.swm')
352 let b = readblob('.Xfile1.swp')
353 call writefile(b, '.Xfile1.swm')
368 let b = readblob('.Xfile1.swp')
369 call writefile(b, '.Xfile1.swm')
383 let b = readblob('.Xfile1.swp')
385 call writefile(b, '.Xfile1.swz')
403 let b = readblob('.Xfile1.swp')
406 call writefile(b, '.Xfile1.swp')
425 let b = readblob('.Xfile1.swp')
432 call writefile(b, '.Xfile1.swp')
454 let b = readblob(sn)
456 call writefile(b, sn)