Searched refs:b0 (Results 1 – 9 of 9) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | memline.c | 2112 struct block0 b0; in get_b0_dict() local 2116 if (read_eintr(fd, &b0, sizeof(b0)) == sizeof(b0)) in get_b0_dict() 2156 struct block0 b0; in swapfile_info() local 2186 if (read_eintr(fd, &b0, sizeof(b0)) == sizeof(b0)) in swapfile_info() 2268 struct block0 b0; in swapfile_unchanged() local 2279 if (read_eintr(fd, &b0, sizeof(b0)) != sizeof(b0)) in swapfile_unchanged() 2286 if (ml_check_b0_id(&b0) == FAIL|| b0_magic_wrong(&b0)) in swapfile_unchanged() 2290 if (b0.b0_dirty) in swapfile_unchanged() 2312 if (char_to_long(b0.b0_pid) == 0L || swapfile_process_running(&b0, fname)) in swapfile_unchanged() 4925 struct block0 b0; in findswapname() local [all …]
|
| H A D | mbyte.c | 2107 int b0 = *p; in utfc_ptr2len() local 2112 if (b0 == NUL) in utfc_ptr2len() 2114 if (b0 < 0x80 && p[1] < 0x80) // be quick for ASCII in utfc_ptr2len() 2121 if (len == 1 && b0 >= 0x80) in utfc_ptr2len()
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | gvimext_ming.rc | 19 BLOCK "040904b0"
|
| H A D | gvimext.rc | 45 BLOCK "040904b0"
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_buffer.vim | 392 \ #{id: 'b0', name: 'test://xyz/foo/b0' , match: 1},
|
| H A D | test_digraph.vim | 122 call Put_Dig('b0') " not defined
|
| H A D | test_increment.vim | 498 " 22) Block increment on 0b0
|
| /vim-8.2.3635/src/VisVim/ |
| H A D | VisVim.rc | 91 BLOCK "040904b0"
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | indent.txt | 580 cinoptions=>s,e0,n0,f0,{0,}0,^0,L-1,:s,=s,l0,b0,gs,hs,N0,E0,ps,ts,is,+s,
|