Searched refs:OP_REGCRESET (Results 1 – 2 of 2) sorted by relevance
46 OP_REGCRESET = 29, enumerator
7595 expr = newUNOP((TAINTING_get ? OP_REGCRESET : OP_REGCMAYBE),0,expr); in Perl_pmruntime()7650 if (expr->op_type == OP_REGCRESET || expr->op_type == OP_REGCMAYBE) { in Perl_pmruntime()