Home
last modified time | relevance | path

Searched refs:OP_NOP (Results 1 – 8 of 8) sorted by relevance

/vim-8.2.3635/src/
H A Dnormal.c818 && oap->op_type == OP_NOP) in normal_cmd()
821 && oap->op_type == OP_NOP in normal_cmd()
1163 && oap->op_type == OP_NOP) in normal_cmd()
1729 if (oap->op_type == OP_NOP) in checkclearop()
1752 oap->op_type = OP_NOP; in clearop()
2265 cap->oap->op_type = OP_NOP; in nv_addsub()
2835 cap->oap->op_type = OP_NOP; in nv_zet()
3401 if (cap->oap->op_type != OP_NOP) in nv_colon()
4694 (cap->oap->op_type != OP_NOP in nv_brackets()
5602 if (cap->oap->op_type == OP_NOP in nv_pcmark()
[all …]
H A Dmouse.c384 if (oap != NULL && oap->op_type != OP_NOP) in do_mouse()
666 if (!is_drag && oap != NULL && oap->op_type != OP_NOP) in do_mouse()
703 if (curwin != old_curwin && oap != NULL && oap->op_type != OP_NOP) in do_mouse()
H A Dmain.c1041 && current_oap->op_type == OP_NOP in op_pending()
1486 && oa.op_type == OP_NOP && oa.regname == NUL in main_loop()
H A Dops.c3053 oparg.op_type = OP_NOP; in cursor_pos_info()
3487 && oap->op_type != OP_NOP in do_pending_operator()
3497 if ((finish_op || VIsual_active) && oap->op_type != OP_NOP) in do_pending_operator()
H A Dvim.h1477 #define OP_NOP 0 // no pending operation macro
H A Dos_unix.c4490 if (oa.op_type == OP_NOP && oa.regname == NUL && !VIsual_active) in mch_call_shell_terminal()
H A Dos_win32.c4724 if (oa.op_type == OP_NOP && oa.regname == NUL && !VIsual_active) in mch_call_shell_terminal()
H A Dex_docmd.c8577 && oa.op_type == OP_NOP && oa.regname == NUL in exec_normal()