Home
last modified time | relevance | path

Searched refs:cLOGOPo (Results 1 – 7 of 7) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50040057 cLOGOPo # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dpeep.c3622 assert(cLOGOPo->op_other->op_type == OP_LEAVETRY); in Perl_rpeep()
3623 DEFER(cLOGOPo->op_other); in Perl_rpeep()
3627 assert(cLOGOPo->op_other->op_type == OP_CATCH); in Perl_rpeep()
3629 DEFER(cLOGOPx(cLOGOPo->op_other)->op_other); in Perl_rpeep()
H A Dop.h488 #define cLOGOPo cLOGOPx(o) macro
H A Dop.c2386 kid = cLOGOPo->op_first; in Perl_scalarvoid()
3445 || !S_vivifies(cLOGOPo->op_first->op_type)) in Perl_op_lvalue_flags()
3446 next_kid = cLOGOPo->op_first; in Perl_op_lvalue_flags()
3448 || !S_vivifies(OpSIBLING(cLOGOPo->op_first)->op_type)) in Perl_op_lvalue_flags()
3449 next_kid = OpSIBLING(cLOGOPo->op_first); in Perl_op_lvalue_flags()
8329 OP * const sib = OpSIBLING(cLOGOPo->op_first); in S_assignment_type()
9773 return looks_like_bool(cLOGOPo->op_first); in S_looks_like_bool()
9777 OP* sibl = OpSIBLING(cLOGOPo->op_first); in S_looks_like_bool()
9780 looks_like_bool(cLOGOPo->op_first) in S_looks_like_bool()
12590 !(first = cLOGOPo->op_first) || in Perl_ck_helemexistsor()
H A Dpp.c7749 return cLOGOPo->op_other; in PP()
7755 return cLOGOPo->op_other; in PP()
7757 return cLOGOPo->op_other; in PP()
H A Ddump.c1383 S_opdump_link(aTHX_ o, cLOGOPo->op_other, file); in S_do_op_dump_bar()
/openbsd/gnu/usr.bin/perl/ext/B/
H A DB.xs431 SP = oplist(aTHX_ cLOGOPo->op_other, SP); in oplist()