Home
last modified time | relevance | path

Searched refs:OP_REGCRESET (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dopnames.h46 OP_REGCRESET = 29, enumerator
H A Dop.c7595 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()