Home
last modified time | relevance | path

Searched refs:OP_DOR (Results 1 – 8 of 8) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dopnames.h199 OP_DOR = 182, enumerator
H A Dclass.c747 valop = newLOGOP(OP_DOR, 0, in Perl_class_seal_stash()
H A Dpeep.c2641 case OP_DOR: in S_check_for_bool_cxt()
3602 case OP_DOR: in Perl_rpeep()
H A Dpp_hot.c1448 const bool is_dor = (op_type == OP_DOR || op_type == OP_DORASSIGN); in PP()
1453 if (op_type == OP_DOR) in PP()
1486 if(op_type == OP_DOR) in PP()
H A Dperly.y1252 { $$ = newLOGOP(OP_DOR, 0, $lhs, $rhs); }
H A Dperly.act1563 { (yyval.opval) = newLOGOP(OP_DOR, 0, (ps[-2].val.opval), (ps[0].val.opval)); }
H A Dop.c2389 case OP_DOR: in Perl_scalarvoid()
8705 (type == OP_DOR && !SvOK(cSVOPx(cstop)->op_sv))) { in S_new_logop()
8751 else if ((first->op_flags & OPf_KIDS) && type != OP_DOR in S_new_logop()
9632 case OP_DOR: in S_looks_like_bool()
H A Ddump.c1372 case OP_DOR: in S_do_op_dump_bar()