Searched refs:op_type (Results 1 – 14 of 14) sorted by relevance
195 if (oap->op_type == OP_RSHIFT) in op_shift()1420 if (op_type == OP_ROT13) in swapchar()1427 if (op_type == OP_ROT13) in swapchar()2468 int op_type, in do_addsub() argument2645 if (op_type == OP_NR_SUB) in do_addsub()2722 if (op_type == OP_NR_SUB) in do_addsub()3053 oparg.op_type = OP_NOP; in cursor_pos_info()3546 && oap->op_type != OP_FOLD in do_pending_operator()3557 get_op_char(oap->op_type), get_extra_op_char(oap->op_type), in do_pending_operator()3914 switch (oap->op_type) in do_pending_operator()[all …]
821 && oap->op_type == OP_NOP in normal_cmd()1107 && !oap->op_type in normal_cmd()1163 && oap->op_type == OP_NOP) in normal_cmd()1345 oa.op_type = OP_YANK; in call_yank_do_autocmd()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()6582 int op_type; in nv_operator() local6593 if (op_type == cap->oap->op_type) // double operator works on lines in nv_operator()6598 cap->oap->op_type = op_type; in nv_operator()[all …]
3574 switch (iptr->isn_arg.op.op_type) in exec_instructions()3598 switch (iptr->isn_arg.op.op_type) in exec_instructions()3652 switch (iptr->isn_arg.op.op_type) in exec_instructions()3688 switch (iptr->isn_arg.op.op_type) in exec_instructions()3714 switch (iptr->isn_arg.op.op_type) in exec_instructions()3757 if (iptr->isn_arg.op.op_type == EXPR_APPEND in exec_instructions()3825 if (iptr->isn_arg.op.op_type == EXPR_ADD) in exec_instructions()3882 switch (iptr->isn_arg.op.op_type) in exec_instructions()3903 switch (iptr->isn_arg.op.op_type) in exec_instructions()5579 switch (iptr->isn_arg.op.op_type) in list_instructions()[all …]
276 exprtype_T op_type; member
384 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()
1041 && current_oap->op_type == OP_NOP in op_pending()1486 && oa.op_type == OP_NOP && oa.regname == NUL in main_loop()
1019 buf[0] = get_op_char(oap->op_type); in yank_do_autocmd()1020 buf[1] = get_extra_op_char(oap->op_type); in yank_do_autocmd()
7740 oa.op_type = OP_DELETE; 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()8577 && oa.op_type == OP_NOP && oa.regname == NUL in exec_normal()
724 isn->isn_arg.op.op_type = expr_type; in generate_add_instr()726 isn->isn_arg.op.op_type = EXPR_ADD; in generate_add_instr()800 isn->isn_arg.op.op_type = *op == '*' in generate_two_op()815 isn->isn_arg.op.op_type = EXPR_REM; in generate_two_op()930 isn->isn_arg.op.op_type = exprtype; in generate_COMPARE()
2044 oa.op_type = OP_YANK; in clip_get_selection()
3807 int op_type; // current pending operator type member
4490 if (oa.op_type == OP_NOP && oa.regname == NUL && !VIsual_active) in mch_call_shell_terminal()
4724 if (oa.op_type == OP_NOP && oa.regname == NUL && !VIsual_active) in mch_call_shell_terminal()
10 int swapchar(int op_type, pos_T *pos);