Home
last modified time | relevance | path

Searched refs:op_type (Results 1 – 14 of 14) sorted by relevance

/vim-8.2.3635/src/
H A Dops.c195 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() argument
2645 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 …]
H A Dnormal.c821 && 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() local
6593 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 …]
H A Dvim9execute.c3574 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 …]
H A Dvim9.h276 exprtype_T op_type; member
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 Dregister.c1019 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()
H A Dex_docmd.c7740 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()
H A Dvim9compile.c724 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()
H A Dclipboard.c2044 oa.op_type = OP_YANK; in clip_get_selection()
H A Dstructs.h3807 int op_type; // current pending operator type member
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()
/vim-8.2.3635/src/proto/
H A Dops.pro10 int swapchar(int op_type, pos_T *pos);