Home
last modified time | relevance | path

Searched refs:OP_max (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dopnames.h439 OP_max enumerator
H A Dperl.c244 Zero(PL_op_exec_cnt, OP_max+2, UV); in perl_construct()
717 for (i = 0; i <= OP_max; ++i) { in perl_destruct()
722 if (PL_op_exec_cnt[OP_max+1] != 0) in perl_destruct()
723 PerlIO_printf(Perl_debug_log, " SPECIAL: %" UVuf "\n", PL_op_exec_cnt[OP_max+1]); in perl_destruct()
H A Dintrpvar.h1015 PERLVARA(I, op_exec_cnt, OP_max+2, UV) /* Counts of executed OPs of the given type.
H A Ddoop.c776 (PL_op && PL_op->op_type < OP_max) in Perl_do_sprintf()
H A Dpp.c7086 const char *const name = op_type >= OP_max in PP()
H A Dsv.c15683 Zero(PL_op_exec_cnt, OP_max+2, UV);