Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dops.pro4 int get_op_char(int optype);
5 int get_extra_op_char(int optype);
/vim-8.2.3635/src/
H A Dops.c121 get_op_char(int optype) in get_op_char() argument
123 return opchars[optype][0]; in get_op_char()
130 get_extra_op_char(int optype) in get_extra_op_char() argument
132 return opchars[optype][1]; in get_extra_op_char()
H A Dnormal.c97 static void set_op_var(int optype);
6610 set_op_var(int optype) in set_op_var() argument
6614 if (optype == OP_NOP) in set_op_var()
6618 opchars[0] = get_op_char(optype); in set_op_var()
6619 opchars[1] = get_extra_op_char(optype); in set_op_var()