Lines Matching defs:op_type

608     finish_op = (oap->op_type != OP_NOP);
760 if (c == Ctrl_W && !ctrl_w && oap->op_type == OP_NOP)
920 && oap->op_type == OP_NOP)
923 && oap->op_type == OP_NOP
927 && (oap->op_type != OP_NOP
1197 && !oap->op_type
1256 && oap->op_type == OP_NOP)
1316 if (oap->op_type == OP_NOP && oap->regname == 0
1353 if ( oap->op_type == OP_NOP
1423 && oap->op_type != OP_NOP
1441 ) && oap->op_type != OP_NOP)
1471 if ((vim_strchr(p_cpo, CPO_YANK) != NULL || oap->op_type != OP_YANK)
1477 && oap->op_type != OP_FOLD
1478 && oap->op_type != OP_FOLDOPEN
1479 && oap->op_type != OP_FOLDOPENREC
1480 && oap->op_type != OP_FOLDCLOSE
1481 && oap->op_type != OP_FOLDCLOSEREC
1482 && oap->op_type != OP_FOLDDEL
1483 && oap->op_type != OP_FOLDDELREC
1488 get_op_char(oap->op_type), get_extra_op_char(oap->op_type),
1717 if ((vim_strchr(p_cpo, CPO_YANK) != NULL || oap->op_type != OP_YANK)
1718 && oap->op_type != OP_COLON
1720 && oap->op_type != OP_FOLD
1721 && oap->op_type != OP_FOLDOPEN
1722 && oap->op_type != OP_FOLDOPENREC
1723 && oap->op_type != OP_FOLDCLOSE
1724 && oap->op_type != OP_FOLDCLOSEREC
1725 && oap->op_type != OP_FOLDDEL
1726 && oap->op_type != OP_FOLDDELREC
1734 get_op_char(oap->op_type),
1735 get_extra_op_char(oap->op_type),
1736 oap->op_type == OP_REPLACE ? cap->nchar : NUL);
1768 && !op_on_lines(oap->op_type)
1803 if ((oap->op_type == OP_YANK
1804 || oap->op_type == OP_COLON
1805 || oap->op_type == OP_FUNCTION
1806 || oap->op_type == OP_FILTER)
1832 || (oap->op_type == OP_YANK
1851 || oap->op_type == OP_FOLD
1892 switch (oap->op_type)
1913 (void)do_join(oap->line_count, oap->op_type == OP_JOIN, TRUE);
1983 if (oap->op_type == OP_INDENT && *get_equalprg() == NUL)
2093 oap->op_type == OP_FOLDOPEN
2094 || oap->op_type == OP_FOLDOPENREC,
2095 oap->op_type == OP_FOLDOPENREC
2096 || oap->op_type == OP_FOLDCLOSEREC,
2104 oap->op_type == OP_FOLDDELREC, oap->is_VIsual);
2119 && (oap->op_type == OP_LSHIFT || oap->op_type == OP_RSHIFT
2120 || oap->op_type == OP_DELETE))
2171 if (oap->op_type != OP_COLON)
2173 if (oap->op_type == OP_INDENT)
2183 else if (oap->op_type == OP_FORMAT)
2449 if (oap != NULL && oap->op_type != OP_NOP)
2747 if (!is_drag && oap != NULL && oap->op_type != OP_NOP)
2782 if (curwin != old_curwin && oap != NULL && oap->op_type != OP_NOP)
3656 if (oap->op_type == OP_NOP)
3671 if (oap->op_type == OP_NOP
3685 oap->op_type = OP_NOP;
4251 else if ((fdo_flags & FDO_SEARCH) && KeyTyped && oap->op_type == OP_NOP)
4753 cap->oap->op_type = OP_NOP;
4928 if (nchar == 'F' && cap->oap->op_type == OP_FOLD)
5175 if (cap->oap->op_type != OP_NOP)
5189 if (cap->oap->op_type != OP_NOP)
5205 if (cap->oap->op_type != OP_NOP)
5219 if (cap->oap->op_type != OP_NOP)
5295 if (cap->oap->op_type != OP_NOP)
5320 cap->oap->op_type != OP_NOP ? DOCMD_KEEPLINE : 0);
5333 if (cap->oap->op_type != OP_NOP
5943 if ( cap->oap->op_type != OP_NOP
5959 if (cap->oap->op_type == OP_NOP)
5995 && cap->oap->op_type == OP_NOP)
6047 if ( (cap->oap->op_type == OP_DELETE
6048 || cap->oap->op_type == OP_CHANGE)
6058 else if (cap->oap->op_type == OP_NOP && n == cap->count1)
6065 && cap->oap->op_type == OP_NOP)
6087 if (cursor_up(cap->count1, cap->oap->op_type == OP_NOP) == FAIL)
6127 if (cursor_down(cap->count1, cap->oap->op_type == OP_NOP) == FAIL)
6213 || cap->oap->op_type == OP_NOP)
6217 cap->oap->op_type == OP_NOP) == FAIL)
6220 else if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP)
6235 if (cap->cmdchar == '?' && cap->oap->op_type == OP_ROT13)
6297 if (cap->oap->op_type == OP_NOP && (fdo_flags & FDO_SEARCH) && KeyTyped)
6333 && (t_cmd || cap->oap->op_type != OP_NOP))
6347 if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP)
6548 && cap->oap->op_type == OP_NOP)
6574 (cap->oap->op_type != OP_NOP
6579 if (cap->oap->op_type == OP_NOP)
6582 if ((fdo_flags & FDO_BLOCK) && KeyTyped && cap->oap->op_type == OP_NOP)
6674 if (cap->oap->op_type == OP_NOP && (fdo_flags & FDO_SEARCH) && KeyTyped)
6739 if (cap->oap->op_type == OP_NOP
6776 if ((fdo_flags & FDO_BLOCK) && KeyTyped && cap->oap->op_type == OP_NOP)
6816 if ((fdo_flags & FDO_BLOCK) && KeyTyped && cap->oap->op_type == OP_NOP)
6829 if (cap->oap->op_type == OP_LOWER
7210 did_change |= swapchar(cap->oap->op_type, &curwin->w_cursor);
7384 cap->oap->op_type = OP_DELETE;
7425 pos = getmark(c, (cap->oap->op_type == OP_NOP));
7445 if (cap->oap->op_type == OP_NOP
7492 if (cap->oap->op_type == OP_NOP
7545 if (cap->oap->op_type != OP_NOP)
7901 i = cursor_down(cap->count1, oap->op_type == OP_NOP);
7920 i = cursor_up(cap->count1, oap->op_type == OP_NOP);
7989 cap->oap->op_type == OP_NOP) == FAIL)
8410 if (cap->oap->op_type == OP_UPPER
8440 && cap->oap->op_type != OP_TILDE)
8454 int op_type;
8456 op_type = get_op_type(cap->cmdchar, cap->nchar);
8458 if (op_type == cap->oap->op_type) /* double operator works on lines */
8463 cap->oap->op_type = op_type;
8465 set_op_var(op_type);
8506 if (cursor_down(cap->count1 - 1L, cap->oap->op_type == OP_NOP) == FAIL)
8508 else if ( cap->oap->op_type == OP_DELETE
8509 || cap->oap->op_type == OP_LSHIFT
8510 || cap->oap->op_type == OP_RSHIFT)
8512 else if (cap->oap->op_type != OP_YANK) /* 'Y' does not move cursor */
8571 else if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP)
8601 if (!word_end && cap->oap->op_type == OP_CHANGE)
8646 n = fwd_word(cap->count1, cap->arg, cap->oap->op_type != OP_NOP);
8653 if (n == FAIL && cap->oap->op_type == OP_NOP)
8661 if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP)
8712 if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP)
8824 if ((fdo_flags & FDO_JUMP) && KeyTyped && cap->oap->op_type == OP_NOP)
8871 no_reason = (cap->oap->op_type == OP_NOP
8947 && (cap->oap->op_type != OP_NOP
9145 if (cap->oap->op_type == OP_FORMAT)
9255 if (cap->oap->op_type != OP_NOP)
9259 if (cap->oap->op_type == OP_DELETE && cap->cmdchar == 'p')
9383 if (cap->oap->op_type == OP_DELETE && cap->cmdchar == 'o')