Home
last modified time | relevance | path

Searched refs:get_op_char (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dops.pro4 int get_op_char(int optype);
/vim-8.2.3635/src/
H A Dops.c121 get_op_char(int optype) in get_op_char() function
3557 get_op_char(oap->op_type), get_extra_op_char(oap->op_type), in do_pending_operator()
3762 get_op_char(oap->op_type), in do_pending_operator()
3775 get_op_char(oap->op_type), in do_pending_operator()
H A Dregister.c1019 buf[0] = get_op_char(oap->op_type); in yank_do_autocmd()
H A Dnormal.c6618 opchars[0] = get_op_char(optype); in set_op_var()