Home
last modified time | relevance | path

Searched refs:OPf_WANT_LIST (Results 1 – 9 of 9) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dop.h50 ((op)->op_flags & OPf_WANT) == OPf_WANT_LIST ? G_ARRAY : \
76 #define OPf_WANT_LIST 3 /* Want list of any length */ macro
107 #define OPf_LIST OPf_WANT_LIST
112 ? ((PL_op->op_flags & OPf_WANT) == OPf_WANT_LIST \
Dop.c946 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()
Dperl.c2580 (flags & G_ARRAY) ? OPf_WANT_LIST :
2775 (flags & G_ARRAY) ? OPf_WANT_LIST :
Ddump.c451 case OPf_WANT_LIST: in Perl_do_op_dump()
/mirbsd/src/gnu/usr.bin/perl/ext/B/B/
DLint.pm182 return(($flags & OPf_WANT) == OPf_WANT_LIST ? 1 : 0);
DCC.pm493 …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) {
DDeparse.pm2969 return ($op->flags & OPf_WANT) == OPf_WANT_LIST;
/mirbsd/src/gnu/usr.bin/perl/ext/B/t/
Dconcise-xs.t115 OPf_STACKED OPf_WANT OPf_WANT_LIST OPf_WANT_SCALAR
/mirbsd/src/gnu/usr.bin/perl/ext/Thread/
DThread.xs70 myop.op_flags |= OPf_WANT_LIST; in threadstart()