Home
last modified time | relevance | path

Searched refs:OP_TILDE (Results 1 – 7 of 7) sorted by relevance

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dops.h50 #define OP_TILDE 7 // "g~" switch case operator macro
H A Dnormal.c1969 case OP_TILDE: in do_pending_operator()
7476 && cap->oap->op_type != OP_TILDE) { in nv_tilde()
H A Dops.c150 return OP_TILDE; in get_op_type()
/dports/lang/micropython/micropython-1.17/py/
H A Dgrammar.h267 DEF_RULE_NC(factor_op, or(3), tok(OP_PLUS), tok(OP_MINUS), tok(OP_TILDE))
/dports/editors/vim/vim-8.2.3745/src/
H A Dvim.h1487 #define OP_TILDE 7 // "g~" switch case operator macro
H A Dops.c76 return OP_TILDE; in get_op_type()
4066 case OP_TILDE: in do_pending_operator()
H A Dnormal.c6587 if (!p_to && !VIsual_active && cap->oap->op_type != OP_TILDE) in nv_tilde()