Searched refs:G_ARRAY (Results 1 - 22 of 22) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcc_runtime.h15 if (g != G_ARRAY) { \
H A Dop.h50 ((op)->op_flags & OPf_WANT) == OPf_WANT_LIST ? G_ARRAY : \
58 C<G_SCALAR> or C<G_ARRAY> for void, scalar or list context,
63 C<G_SCALAR> or C<G_ARRAY>; in a void context, it returns C<G_SCALAR>.
112 ? G_ARRAY \
H A Dpp.c65 if (gimme == G_ARRAY) {
105 if (gimme == G_ARRAY) {
452 if (GIMME != G_ARRAY) {
1392 if (GIMME == G_ARRAY && PL_op->op_private & OPpREPEAT_DOLIST) {
3705 if (GIMME != G_ARRAY) {
3732 if (gimme == G_ARRAY) {
3925 if (GIMME != G_ARRAY) {
3938 if (GIMME != G_ARRAY) {
3963 if (GIMME != G_ARRAY) {
4110 if (GIMME == G_ARRAY) { /* cop
[all...]
H A Dpp_ctl.c43 case G_ARRAY:
913 if (gimme == G_ARRAY) {
942 else if (gimme == G_ARRAY)
965 if (GIMME == G_ARRAY)
977 if (GIMME == G_ARRAY) {
1029 if (GIMME == G_ARRAY) {
1170 case G_ARRAY:
1171 return G_ARRAY;
1454 if (GIMME != G_ARRAY) {
1478 if (GIMME != G_ARRAY) {
[all...]
H A Dpp_hot.c697 if (GIMME == G_ARRAY) {
741 if (GIMME == G_ARRAY) {
786 if (gimme != G_ARRAY)
803 if (gimme != G_ARRAY)
828 if (gimme == G_ARRAY) {
863 if (gimme != G_ARRAY)
872 if (gimme == G_ARRAY) { /* array wanted */
1261 if (gimme == G_ARRAY)
1343 if (gimme == G_ARRAY) {
1468 if (gimme == G_ARRAY)
[all...]
H A Dpp_sys.c1129 if (GIMME == G_ARRAY && tbuf) {
2827 if (gimme != G_ARRAY) {
3850 while (gimme == G_ARRAY);
3852 if (!dp && gimme != G_ARRAY)
3860 if (GIMME == G_ARRAY)
4398 if (GIMME == G_ARRAY) {
4409 if (GIMME == G_ARRAY) {
4449 if (GIMME != G_ARRAY) {
4710 if (GIMME != G_ARRAY) {
4823 if (GIMME != G_ARRAY) {
[all...]
H A Dcop.h465 =for apidoc AmU||G_ARRAY
490 #define G_ARRAY 1 macro
H A Dperl.c2136 (flags & G_ARRAY) ? OPf_WANT_LIST :
2229 if (flags & G_ARRAY)
2330 (flags & G_ARRAY) ? OPf_WANT_LIST :
2371 if (flags & G_ARRAY)
H A Dpp_sort.c1429 if (gimme != G_ARRAY) {
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Ucred/
H A DUcred.xs142 } else if (GIMME_V == G_ARRAY) {
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/File/
H A DFile.xs185 case G_ARRAY:
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Project/
H A DProject.xs41 } else if (GIMME_V == G_ARRAY) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Time/HiRes/
H A DHiRes.xs860 if (GIMME == G_ARRAY) {
891 if (GIMME == G_ARRAY) {
938 if (GIMME == G_ARRAY) {
953 if (GIMME == G_ARRAY) {
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs1253 if (GIMME_V == G_ARRAY) {
1264 if (GIMME_V == G_ARRAY) {
1278 if (GIMME_V == G_ARRAY) {
1354 if (GIMME_V == G_ARRAY) {
1393 if (GIMME_V == G_ARRAY) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/POSIX/
H A DPOSIX.xs1579 if (GIMME == G_ARRAY) {
1602 if (GIMME == G_ARRAY) {
1625 if (GIMME == G_ARRAY) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DCC.pm18 OPpDEREF OPpFLIP_LINENUM G_ARRAY G_SCALAR
493 return (($flags & OPf_WANT) ? (($flags & OPf_WANT)== OPf_WANT_LIST? G_ARRAY:G_SCALAR) : "dowantarray()");
508 if ($gimme != G_ARRAY) {
513 #runtime("if ($gimme != G_ARRAY) XPUSHs(&PL_sv_undef);");
1092 if ($gimme == G_ARRAY) { # sic
H A DLint.pm136 OPf_WANT_LIST OPf_WANT OPf_STACKED G_ARRAY SVf_POK
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Exacct/Object/
H A DObject.xs297 if (GIMME_V == G_ARRAY) {
/osnet-11/usr/src/cmd/perl/contrib/Sun/Solaris/Lgrp/
H A DLgrp.xs47 if (GIMME_V == G_ARRAY) \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.xs521 if (GIMME == G_ARRAY) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs1123 if (gimme == G_ARRAY) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/
H A DStorable.xs1762 count = perl_call_sv(hook, G_ARRAY); /* Go back to Perl code */

Completed in 129 milliseconds