Home
last modified time | relevance | path

Searched refs:OPclass_BASEOP (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/
H A Ddump.c3238 return (o->op_flags & OPf_KIDS) ? OPclass_UNOP : OPclass_BASEOP; in Perl_op_class()
3263 return OPclass_BASEOP; in Perl_op_class()
3317 return (o->op_flags & OPf_KIDS) ? OPclass_UNOP : OPclass_BASEOP; in Perl_op_class()
3331 (o->op_flags & OPf_REF) ? OPclass_PADOP : OPclass_BASEOP); in Perl_op_class()
3333 (o->op_flags & OPf_REF) ? OPclass_SVOP : OPclass_BASEOP); in Perl_op_class()
3348 return OPclass_BASEOP; in Perl_op_class()
3358 return OPclass_BASEOP;
H A Dop.h513 OPclass_BASEOP, /* 1 */ enumerator
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperl5260delta.pod2530 C<OPclass_BASEOP> or C<OPclass_UNOP> as appropriate.