Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c195 if (oap->op_type == OP_RSHIFT) in op_shift()
3917 case OP_RSHIFT: in do_pending_operator()
4188 && (oap->op_type == OP_LSHIFT || oap->op_type == OP_RSHIFT in do_pending_operator()
H A Dvim.h1482 #define OP_RSHIFT 5 // ">" right shift operator macro
H A Dnormal.c6645 || cap->oap->op_type == OP_RSHIFT) in nv_lineop()
H A Dex_docmd.c7757 oa.op_type = OP_RSHIFT; in ex_operators()