Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dops.pro5 int get_extra_op_char(int optype);
/vim-8.2.3635/src/
H A Dops.c130 get_extra_op_char(int optype) in get_extra_op_char() function
3557 get_op_char(oap->op_type), get_extra_op_char(oap->op_type), in do_pending_operator()
3763 get_extra_op_char(oap->op_type), in do_pending_operator()
3776 get_extra_op_char(oap->op_type), in do_pending_operator()
H A Dregister.c1020 buf[1] = get_extra_op_char(oap->op_type); in yank_do_autocmd()
H A Dnormal.c6619 opchars[1] = get_extra_op_char(optype); in set_op_var()