| /vim-8.2.3635/src/ |
| H A D | clipboard.c | 536 clip_invert_area(cb, row1, col1, (int)cb->start.lnum, cb->start.col, in clip_update_modeless_selection() 545 clip_invert_area(cb, (int)cb->end.lnum, cb->end.col, row2, col2, in clip_update_modeless_selection() 648 cb->end = cb->start; in clip_start_selection() 692 cb->word_end_col = clip_get_line_end(cb, (int)cb->start.lnum); in clip_start_selection() 696 clip_get_word_boundaries(cb, (int)cb->start.lnum, cb->start.col); in clip_start_selection() 700 clip_invert_area(cb, (int)cb->start.lnum, cb->word_start_col, in clip_start_selection() 707 clip_invert_area(cb, (int)cb->start.lnum, 0, (int)cb->start.lnum, in clip_start_selection() 714 cb->prev = cb->start; in clip_start_selection() 741 if (cb->start.lnum == cb->end.lnum && cb->start.col == cb->end.col) in clip_process_selection() 753 cb->start.col, cb->end.lnum, cb->end.col); in clip_process_selection() [all …]
|
| H A D | os_win32.c | 2524 if (cb == NULL) in SaveConsoleBuffer() 2529 cb->IsValid = FALSE; in SaveConsoleBuffer() 2539 if (!cb->IsValid || cb->Buffer == NULL || in SaveConsoleBuffer() 2540 cb->BufferSize.X != cb->Info.dwSize.X || in SaveConsoleBuffer() 2541 cb->BufferSize.Y != cb->Info.dwSize.Y) in SaveConsoleBuffer() 2543 cb->BufferSize.X = cb->Info.dwSize.X; in SaveConsoleBuffer() 2544 cb->BufferSize.Y = cb->Info.dwSize.Y; in SaveConsoleBuffer() 2545 NumCells = cb->BufferSize.X * cb->BufferSize.Y; in SaveConsoleBuffer() 2567 if (cb->Regions == NULL || numregions != cb->NumRegions) in SaveConsoleBuffer() 2571 cb->Regions = ALLOC_MULT(SMALL_RECT, cb->NumRegions); in SaveConsoleBuffer() [all …]
|
| H A D | search.c | 4793 callback_T cb; in do_fuzzymatch() local 4804 CLEAR_POINTER(&cb); in do_fuzzymatch() 4846 cb = get_callback(&di->di_tv); in do_fuzzymatch() 4847 if (cb.cb_name == NULL) in do_fuzzymatch() 4887 matchseq, key, &cb, retmatchpos, rettv->vval.v_list); in do_fuzzymatch() 4890 free_callback(&cb); in do_fuzzymatch()
|
| H A D | dict.c | 508 dict_add_callback(dict_T *d, char *key, callback_T *cb) in dict_add_callback() argument 515 put_callback(cb, &item->di_tv); in dict_add_callback()
|
| H A D | quickfix.c | 4620 callback_T *cb = &qftf_cb; in call_qftf_func() local 4627 cb = &qfl->qftf_cb; in call_qftf_func() 4628 if (cb != NULL && cb->cb_name != NULL) in call_qftf_func() 4647 if (call_callback(cb, 0, &rettv, 1, args) != FAIL) in call_qftf_func() 7504 callback_T cb; in qf_setprop_qftf() local 7507 cb = get_callback(&di->di_tv); in qf_setprop_qftf() 7508 if (cb.cb_name != NULL && *cb.cb_name != NUL) in qf_setprop_qftf() 7509 set_callback(&qfl->qftf_cb, &cb); in qf_setprop_qftf()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_python2.vim | 1434 py cb.append(b[0]) 1448 py cb[-1:] = b[:-2] 1454 py cb[len(cb):] = b[:] 1464 py cb[-1] = repr((len(cb) - cb.mark('a')[0], cb.mark('a')[1])) 1469 py cb.append(repr(cb) + repr(b)) 1492 cb.name = 'foo' 1493 cb.append(cb.name[-11:].replace(os.path.sep, '/')) 1497 cb.append(cb.name[-14:].replace(os.path.sep, '/')) 1517 cb.append('valid: b:%s, cb:%s' % (repr(b.valid), repr(cb.valid))) 1707 start = len(cb) [all …]
|
| H A D | test_python3.vim | 1629 py3 cb.append(b[0]) 1643 py3 cb[-1:] = b[:-2] 1649 py3 cb[len(cb):] = b[:] 1659 py3 cb[-1] = repr((len(cb) - cb.mark('a')[0], cb.mark('a')[1])) 1664 py3 cb.append(repr(cb) + repr(b)) 1686 old_name = cb.name 1687 cb.name = 'foo' 1688 cb.append(cb.name[-11:].replace(os.path.sep, '/')) 1692 cb.append(cb.name[-14:].replace(os.path.sep, '/')) 1712 cb.append('valid: b:%s, cb:%s' % (repr(b.valid), repr(cb.valid))) [all …]
|
| H A D | test_perl.vim | 287 my $cb = Internals::SvREFCNT($$b); 289 VIM::Eval("assert_equal(2, $cb, 'T1')"); 300 $cb = Internals::SvREFCNT($$curbuf); 302 VIM::Eval("assert_equal(3, $cb, 'T5')");
|
| H A D | test_ruby.vim | 254 let cb = rubyeval('$curbuf') 255 call assert_equal(cb, rubyeval('Vim::Buffer.current')) 256 call assert_match('^#<Vim::Buffer:0x\x\+>$', cb)
|
| H A D | test_global.vim | 23 let @+='clipboard' | g/^/set cb= | let @" = 'unnamed' | put
|
| H A D | test_eval_stuff.vim | 541 let _clipopt = &cb 542 let &cb='unnamed' 548 let &cb=_clipopt
|
| /vim-8.2.3635/ |
| H A D | README_VIM9.md | 318 cb = vim.current.buffer 321 cb[i] = ' ' + cb[i] 322 totallen += len(cb[i])
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | cfg.vim | 3 " Maintainer: Christian Brabandt <cb@256bit.org>
|
| H A D | kconfig.vim | 3 " Maintainer: Christian Brabandt <cb@256bit.org>
|
| H A D | zsh.vim | 3 " Maintainer: Christian Brabandt <cb@256bit.org>
|
| H A D | xml.vim | 3 " Maintainer: Christian Brabandt <cb@256bit.org>
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | zsh.vim | 3 " Maintainer: Christian Brabandt <cb@256bit.org>
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vgrindefs.vim | 22 syn match vgrindefsField ":cb="
|
| H A D | chordpro.vim | 25 \ comment c comment_italic ci comment_box cb title t subtitle st define
|
| H A D | dtd.vim | 3 " Maintainer: Christian Brabandt <cb@256bit.org>
|
| H A D | 8th.vim | 175 Builtin exec-cb db:exec-cb exec-name db:exec-name get db:get get-sub db:get-sub key db:key kind? d… 246 Builtin combo-cb nk:combo-cb combo-end nk:combo-end contextual-begin nk:contextual-begin contextua… 337 Builtin cb w:cb deprecate w:deprecate dlcall w:dlcall dlopen w:dlopen dlsym w:dlsym exec w:exec ex…
|
| /vim-8.2.3635/src/proto/ |
| H A D | dict.pro | 24 int dict_add_callback(dict_T *d, char *key, callback_T *cb);
|
| H A D | userfunc.pro | 5 char_u *register_cfunc(cfunc_T cb, cfunc_free_T cb_free, void *state);
|
| H A D | evalvars.pro | 101 void put_callback(callback_T *cb, typval_T *tv);
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | xmlformat.vim | 4 " Author: Christian Brabandt <cb@256bit.org>
|