Lines Matching refs:OP_NOP
520 finish_op = (oap->op_type != OP_NOP); in normal_cmd()
664 if (c == Ctrl_W && !ctrl_w && oap->op_type == OP_NOP) in normal_cmd()
818 && oap->op_type == OP_NOP) in normal_cmd()
821 && oap->op_type == OP_NOP in normal_cmd()
825 && (oap->op_type != OP_NOP || VIsual_active)))) in normal_cmd()
1163 && oap->op_type == OP_NOP) in normal_cmd()
1239 if (oap->op_type == OP_NOP && oap->regname == 0 in normal_cmd()
1273 if ( oap->op_type == OP_NOP in normal_cmd()
1729 if (oap->op_type == OP_NOP) in checkclearop()
1743 if (oap->op_type == OP_NOP && !VIsual_active) in checkclearopq()
1752 oap->op_type = OP_NOP; in clearop()
2260 if (!VIsual_active && cap->oap->op_type == OP_NOP) in nv_addsub()
2265 cap->oap->op_type = OP_NOP; in nv_addsub()
2315 if ((fdo_flags & FDO_SEARCH) && KeyTyped && oap->op_type == OP_NOP) in nv_gd()
2835 cap->oap->op_type = OP_NOP; in nv_zet()
3279 if (cap->oap->op_type != OP_NOP) in nv_ver_scrollbar()
3292 if (cap->oap->op_type != OP_NOP) in nv_hor_scrollbar()
3307 if (cap->oap->op_type != OP_NOP) in nv_tabline()
3320 if (cap->oap->op_type != OP_NOP) in nv_tabmenu()
3401 if (cap->oap->op_type != OP_NOP) in nv_colon()
3426 cap->oap->op_type != OP_NOP ? DOCMD_KEEPLINE : 0); in nv_colon()
3440 else if (cap->oap->op_type != OP_NOP in nv_colon()
4002 if (cap->oap->op_type == OP_NOP) in nv_scroll()
4058 if ( cap->oap->op_type != OP_NOP in nv_right()
4072 if (cap->oap->op_type == OP_NOP) in nv_right()
4101 && cap->oap->op_type == OP_NOP) in nv_right()
4169 else if (cap->oap->op_type == OP_NOP && n == cap->count1) in nv_left()
4176 && cap->oap->op_type == OP_NOP) in nv_left()
4197 if (cursor_up(cap->count1, cap->oap->op_type == OP_NOP) == FAIL) in nv_up()
4243 if (cursor_down(cap->count1, cap->oap->op_type == OP_NOP) == FAIL) in nv_down()
4327 || cap->oap->op_type == OP_NOP) in nv_dollar()
4330 cap->oap->op_type == OP_NOP) == FAIL) in nv_dollar()
4333 else if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_dollar()
4428 if (cap->oap->op_type == OP_NOP && (fdo_flags & FDO_SEARCH) && KeyTyped) in normal_search()
4463 && (t_cmd || cap->oap->op_type != OP_NOP)) in nv_csearch()
4474 if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_csearch()
4672 && cap->oap->op_type == OP_NOP) in nv_brackets()
4694 (cap->oap->op_type != OP_NOP in nv_brackets()
4699 if (cap->oap->op_type == OP_NOP) in nv_brackets()
4702 if ((fdo_flags & FDO_BLOCK) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_brackets()
4787 if (cap->oap->op_type == OP_NOP && (fdo_flags & FDO_SEARCH) && KeyTyped) in nv_brackets()
4851 if (cap->oap->op_type == OP_NOP in nv_percent()
4880 if ((fdo_flags & FDO_BLOCK) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_brace()
4916 if ((fdo_flags & FDO_BLOCK) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_findpar()
5530 pos = getmark(c, (cap->oap->op_type == OP_NOP)); in nv_gomark()
5549 if (cap->oap->op_type == OP_NOP in nv_gomark()
5602 if (cap->oap->op_type == OP_NOP in nv_pcmark()
5652 if (cap->oap->op_type != OP_NOP) in nv_visual()
6022 i = cursor_down(cap->count1, oap->op_type == OP_NOP); in nv_g_cmd()
6036 i = cursor_up(cap->count1, oap->op_type == OP_NOP); in nv_g_cmd()
6120 cap->oap->op_type == OP_NOP) == FAIL) in nv_g_cmd()
6614 if (optype == OP_NOP) in set_op_var()
6639 if (cursor_down(cap->count1 - 1L, cap->oap->op_type == OP_NOP) == FAIL) in nv_lineop()
6703 else if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_bck_word()
6777 n = fwd_word(cap->count1, cap->arg, cap->oap->op_type != OP_NOP); in nv_wordcmd()
6784 if (n == FAIL && cap->oap->op_type == OP_NOP) in nv_wordcmd()
6790 if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_wordcmd()
6831 if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_beginline()
6932 if ((fdo_flags & FDO_JUMP) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_goto()
6975 no_reason = (cap->oap->op_type == OP_NOP in nv_esc()
7086 && (cap->oap->op_type != OP_NOP || VIsual_active)) in nv_edit()
7434 if (cap->oap->op_type != OP_NOP) in nv_put_opt()