Searched refs:OP_ROT13 (Results 1 – 3 of 3) sorted by relevance
1398 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()
1492 #define OP_ROT13 15 // "g?" rot-13 encoding macro
4348 if (cap->cmdchar == '?' && cap->oap->op_type == OP_ROT13) in nv_search()