Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Ddump.c3246 return OPclass_PADOP; in Perl_op_class()
3255 return OPclass_PADOP; in Perl_op_class()
3284 return OPclass_PADOP; in Perl_op_class()
3298 ? OPclass_PADOP : OPclass_PVOP; in Perl_op_class()
3331 (o->op_flags & OPf_REF) ? OPclass_PADOP : OPclass_BASEOP); in Perl_op_class()
H A Dop.h520 OPclass_PADOP, /* 8 */ enumerator