Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c1398 if (c >= 0x80 && op_type == OP_ROT13) in swapchar()
1420 if (op_type == OP_ROT13) in swapchar()
1427 if (op_type == OP_ROT13) in swapchar()
4044 case OP_ROT13: in do_pending_operator()
H A Dvim.h1492 #define OP_ROT13 15 // "g?" rot-13 encoding macro
H A Dnormal.c4348 if (cap->cmdchar == '?' && cap->oap->op_type == OP_ROT13) in nv_search()