| /vim-8.2.3635/src/ |
| H A D | main.c | 1154 oparg_T oa; // operator arguments in main_loop() local 1165 current_oap = &oa; in main_loop() 1196 clear_oparg(&oa); in main_loop() 1486 && oa.op_type == OP_NOP && oa.regname == NUL in main_loop() 1494 normal_cmd(&oa, TRUE); in main_loop() 1502 normal_cmd(&oa, TRUE); in main_loop()
|
| H A D | ex_docmd.c | 7718 oparg_T oa; in ex_operators() local 7720 clear_oparg(&oa); in ex_operators() 7725 oa.motion_type = MLINE; in ex_operators() 7741 op_delete(&oa); in ex_operators() 7745 oa.op_type = OP_YANK; in ex_operators() 7757 oa.op_type = OP_RSHIFT; in ex_operators() 7759 oa.op_type = OP_LSHIFT; in ex_operators() 8562 oparg_T oa; in exec_normal() local 8567 clear_oparg(&oa); in exec_normal() 8577 && oa.op_type == OP_NOP && oa.regname == NUL in exec_normal() [all …]
|
| H A D | clipboard.c | 2018 oparg_T oa; in clip_get_selection() local 2042 clear_oparg(&oa); in clip_get_selection() 2043 oa.regname = (cbd == &clip_plus ? '+' : '*'); in clip_get_selection() 2044 oa.op_type = OP_YANK; in clip_get_selection() 2046 ca.oap = &oa; in clip_get_selection()
|
| H A D | os_win32.c | 4683 oparg_T oa; // operator arguments in mch_call_shell_terminal() local 4721 clear_oparg(&oa); in mch_call_shell_terminal() 4724 if (oa.op_type == OP_NOP && oa.regname == NUL && !VIsual_active) in mch_call_shell_terminal() 4729 normal_cmd(&oa, TRUE); in mch_call_shell_terminal() 4732 normal_cmd(&oa, TRUE); in mch_call_shell_terminal() 7399 OBJECT_ATTRIBUTES oa; in copy_extattr() local 7425 InitializeObjectAttributes(&oa, &u, 0, NULL, NULL); in copy_extattr() 7426 if (pNtOpenFile(&h, FILE_READ_EA, &oa, &iosb, 0, in copy_extattr() 7450 InitializeObjectAttributes(&oa, &u, 0, NULL, NULL); in copy_extattr() 7451 if (pNtOpenFile(&h, FILE_WRITE_EA, &oa, &iosb, 0, in copy_extattr()
|
| H A D | normal.c | 1340 oparg_T oa; in call_yank_do_autocmd() local 1343 clear_oparg(&oa); in call_yank_do_autocmd() 1344 oa.regname = regname; in call_yank_do_autocmd() 1345 oa.op_type = OP_YANK; in call_yank_do_autocmd() 1346 oa.is_VIsual = TRUE; in call_yank_do_autocmd() 1348 yank_do_autocmd(&oa, reg); in call_yank_do_autocmd() 3575 oparg_T oa; in do_nv_ident() local 3578 clear_oparg(&oa); in do_nv_ident() 3580 ca.oap = &oa; in do_nv_ident()
|
| H A D | mark.c | 342 oparg_T oa; in getmark_buf_fnum() local 347 if (findpar(&oa.inclusive, in getmark_buf_fnum()
|
| H A D | os_unix.c | 4470 oparg_T oa; // operator arguments in mch_call_shell_terminal() local 4487 clear_oparg(&oa); in mch_call_shell_terminal() 4490 if (oa.op_type == OP_NOP && oa.regname == NUL && !VIsual_active) in mch_call_shell_terminal() 4495 normal_cmd(&oa, TRUE); in mch_call_shell_terminal() 4498 normal_cmd(&oa, TRUE); in mch_call_shell_terminal()
|
| H A D | getchar.c | 1490 oparg_T oa; in openscript() local 1502 clear_oparg(&oa); in openscript() 1509 normal_cmd(&oa, FALSE); // execute one command in openscript()
|
| H A D | gui_w32.c | 4340 oparg_T oa; in _OnMouseWheel() local 4348 clear_oparg(&oa); in _OnMouseWheel() 4349 cap.oap = &oa; in _OnMouseWheel()
|
| /vim-8.2.3635/runtime/spell/nl/ |
| H A D | nl_NL.diff | 167 - REP oa o.a.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | inform.vim | 312 SynDisplay match informAccent contained "@ss\|@<<\|@>>\|@oa\|@oA\|@ae\|@AE\|@cc\|@cC"
|
| H A D | sicad.vim | 279 syn keyword sicadStatement ntz oa oan odel odf
|
| H A D | 8th.vim | 37 …ltin args #:args b #:b dhm #:dhm exec# #:exec# id2ns #:id2ns id? #:id? idd #:idd key #:key oa #:oa
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_undo.vim | 310 call feedkeys("oa\<Esc>", 'xt')
|
| H A D | test_spell_utf8.vim | 154 \"SYLLABLE a\xE1e\xE9i\xEDo\xF3\xF6\xF5u\xFA\xFC\xFBy/aa/au/ea/ee/ei/ie/oa/oe/oo/ou/uu/ui",
|
| H A D | test_ins_complete.vim | 92 exe "normal oa\<C-N>\<Esc>"
|
| H A D | test_spell.vim | 986 \"SYLLABLE a\xE1e\xE9i\xEDo\xF3\xF6\xF5u\xFA\xFC\xFBy/aa/au/ea/ee/ei/ie/oa/oe/oo/ou/uu/ui",
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | spell.txt | 1418 SYLLABLE aáeéiíoóöõuúüûy/aa/au/ea/ee/ei/ie/oa/oe/oo/ou/uu/ui ~
|