Home
last modified time | relevance | path

Searched refs:OP_YANK (Results 1 – 11 of 11) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dops.h45 #define OP_YANK 2 // "y" yank operator macro
H A Dnormal.c1517 if ((redo_yank || oap->op_type != OP_YANK) in do_pending_operator()
1701 if ((redo_yank || oap->op_type != OP_YANK) in do_pending_operator()
1779 if ((oap->op_type == OP_YANK in do_pending_operator()
1806 || (oap->op_type == OP_YANK in do_pending_operator()
1896 case OP_YANK: in do_pending_operator()
7555 } else if (cap->oap->op_type != OP_YANK) { // 'Y' does not move cursor in nv_lineop()
H A Dops.c161 return OP_YANK; in get_op_type()
H A Dex_docmd.c8045 oa.op_type = OP_YANK; in ex_operators()
/dports/games/spring/spring_98.0/rts/Sim/Projectiles/
H A DExplosionGenerator.h260 OP_YANK = 14, // Moves the input value into a buffer, returns zero enumerator
H A DExplosionGenerator.cpp697 case OP_YANK: { in ExecuteExplosionCode()
780 else if (c == 'y') { opcode = OP_YANK; useInt = true; } in ParseExplosionCode()
/dports/editors/vim/vim-8.2.3745/src/
H A Dops.c82 return OP_YANK; in get_op_type()
3557 if ((redo_yank || oap->op_type != OP_YANK) in do_pending_operator()
3762 if ((redo_yank || oap->op_type != OP_YANK) in do_pending_operator()
3855 if ((oap->op_type == OP_YANK in do_pending_operator()
3885 || (oap->op_type == OP_YANK in do_pending_operator()
3979 case OP_YANK: in do_pending_operator()
H A Dvim.h1482 #define OP_YANK 2 // "y" yank operator macro
H A Dclipboard.c2044 oa.op_type = OP_YANK; in clip_get_selection()
H A Dnormal.c1354 oa.op_type = OP_YANK; in call_yank_do_autocmd()
6674 else if (cap->oap->op_type != OP_YANK) // 'Y' does not move cursor in nv_lineop()
H A Dex_docmd.c7787 oa.op_type = OP_YANK; in ex_operators()