Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dop.h460 #define cBINOPx(o) ((BINOP*)(o)) macro
473 #define cBINOP cBINOPx(PL_op)
486 #define cBINOPo cBINOPx(o)
499 #define kBINOP cBINOPx(kid)
H A Dpeep.c378 topop = cBINOPx(topop)->op_first; in S_maybe_multiconcat()
633 OP *k1 = cBINOPx(topop)->op_first; in S_maybe_multiconcat()
634 OP *k2 = cBINOPx(topop)->op_last; in S_maybe_multiconcat()
2075 rop = cUNOPx(cBINOPx(helem_op)->op_first); in S_maybe_multideref()
3865 if (sassign && cBINOPx(sassign)->op_first == o) { in Perl_rpeep()
3947 op_sibling_splice(left, cBINOPx(left)->op_first, 0, in Perl_rpeep()
3955 OP* rhs = cBINOPx(o)->op_first; in Perl_rpeep()
3956 OP* lval = cBINOPx(o)->op_last; in Perl_rpeep()
4021 (cBINOPx(lval)->op_first->op_type == OP_AELEMFAST_LEX) in Perl_rpeep()
4023 OP * lex = cBINOPx(lval)->op_first; in Perl_rpeep()
H A Dop.c4312 cBINOPx(op)->op_flags = OPf_KIDS; in Perl_cmpchain_start()
4313 cBINOPx(op)->op_private = 2; in Perl_cmpchain_start()
4314 cBINOPx(op)->op_first = left; in Perl_cmpchain_start()
4315 cBINOPx(op)->op_last = right; in Perl_cmpchain_start()
4342 cleft = cBINOPx(ch)->op_first; in Perl_cmpchain_extend()
4343 cright = cBINOPx(ch)->op_last; in Perl_cmpchain_extend()
4344 cBINOPx(ch)->op_first = NULL; in Perl_cmpchain_extend()
4345 cBINOPx(ch)->op_last = NULL; in Perl_cmpchain_extend()
4346 cBINOPx(ch)->op_private = 0; in Perl_cmpchain_extend()
4347 cBINOPx(ch)->op_flags = 0; in Perl_cmpchain_extend()
[all …]
H A Dsv.c16948 return find_uninit_var(cBINOPx(obase)->op_last,
16952 o = cBINOPx(obase)->op_first;
16953 kid = cBINOPx(obase)->op_last;
17279 return find_uninit_var(cBINOPx(obase)->op_first, uninit_sv,
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500600059 cBINOPx # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs1433 (aop = cBINOPx(op)->op_first) && (bop = OpSIBLING(aop)) && in addissub_myck_add()