Home
last modified time | relevance | path

Searched refs:get_op_type (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dops.pro2 int get_op_type(int char1, int char2);
/vim-8.2.3635/src/
H A Dnormal.c989 ca.oap->op_type = get_op_type(*cp, NUL); in normal_cmd()
6584 op_type = get_op_type(cap->cmdchar, cap->nchar); in nv_operator()
H A Dops.c69 get_op_type(int char1, int char2) in get_op_type() function