Searched refs:OPf_WANT_LIST (Results 1 – 9 of 9) sorted by relevance
50 ((op)->op_flags & OPf_WANT) == OPf_WANT_LIST ? G_ARRAY : \76 #define OPf_WANT_LIST 3 /* Want list of any length */ macro107 #define OPf_LIST OPf_WANT_LIST112 ? ((PL_op->op_flags & OPf_WANT) == OPf_WANT_LIST \
946 o->op_flags = (o->op_flags & ~OPf_WANT) | OPf_WANT_LIST; in Perl_list()6535 if ((o->op_flags & OPf_WANT) != OPf_WANT_LIST) { in Perl_peep()6843 (reverse->op_flags & OPf_WANT) == OPf_WANT_LIST) { in Perl_peep()7016 && rv2av->op_flags == (OPf_WANT_LIST | OPf_KIDS) in Perl_peep()7017 && enter->op_flags == (OPf_WANT_LIST | OPf_KIDS)) { in Perl_peep()
2580 (flags & G_ARRAY) ? OPf_WANT_LIST :2775 (flags & G_ARRAY) ? OPf_WANT_LIST :
451 case OPf_WANT_LIST: in Perl_do_op_dump()
182 return(($flags & OPf_WANT) == OPf_WANT_LIST ? 1 : 0);
493 …return (($flags & OPf_WANT) ? (($flags & OPf_WANT)== OPf_WANT_LIST? G_ARRAY:G_SCALAR) : "dowantarr…1305 unless (($flags & OPf_WANT)== OPf_WANT_LIST) {1323 if (($flags & OPf_WANT)==OPf_WANT_LIST) {
2969 return ($op->flags & OPf_WANT) == OPf_WANT_LIST;
115 OPf_STACKED OPf_WANT OPf_WANT_LIST OPf_WANT_SCALAR
70 myop.op_flags |= OPf_WANT_LIST; in threadstart()