Home
last modified time | relevance | path

Searched refs:G_ARRAY (Results 1 – 25 of 941) sorted by relevance

12345678910>>...38

/dports/dns/p5-Net-DNS-ToolKit/Net-DNS-ToolKit-0.48/
H A DToolKit.xs425 if (GIMME_V == G_ARRAY) {
488 if (GIMME_V != G_ARRAY)
506 if (GIMME_V == G_ARRAY) {
583 if (GIMME_V != G_ARRAY)
597 if (GIMME_V == G_ARRAY) {
646 if (GIMME_V != G_ARRAY)
660 if (GIMME_V == G_ARRAY) {
701 if (GIMME_V == G_ARRAY)
709 if (GIMME_V == G_ARRAY) {
743 if (GIMME_V != G_ARRAY)
[all …]
/dports/lang/perl5.30/perl-5.30.3/ext/XS-APItest/t/
H A Dcall.t63 [ G_ARRAY, [ ], [ qw(x 1) ], '0 args, G_ARRAY' ],
64 [ G_ARRAY, [ qw(a p q) ], [ qw(b p x 3) ], '3 args, G_ARRAY' ],
92 my $returnval = ((($flags & G_WANT) == G_ARRAY) || ($flags & G_DISCARD))
290 @ret = eval_sv($code, G_ARRAY|$keep);
294 @ret = call_sv($code, G_EVAL|G_ARRAY|$keep);
/dports/lang/perl5.34/perl-5.34.0/ext/XS-APItest/t/
H A Dcall.t63 [ G_ARRAY, [ ], [ qw(x 1) ], '0 args, G_ARRAY' ],
64 [ G_ARRAY, [ qw(a p q) ], [ qw(b p x 3) ], '3 args, G_ARRAY' ],
92 my $returnval = ((($flags & G_WANT) == G_ARRAY) || ($flags & G_DISCARD))
317 @ret = eval_sv($code, G_ARRAY|$keep);
321 @ret = call_sv($code, G_EVAL|G_ARRAY|$keep);
/dports/lang/perl5.32/perl-5.32.1/ext/XS-APItest/t/
H A Dcall.t63 [ G_ARRAY, [ ], [ qw(x 1) ], '0 args, G_ARRAY' ],
64 [ G_ARRAY, [ qw(a p q) ], [ qw(b p x 3) ], '3 args, G_ARRAY' ],
92 my $returnval = ((($flags & G_WANT) == G_ARRAY) || ($flags & G_DISCARD))
317 @ret = eval_sv($code, G_ARRAY|$keep);
321 @ret = call_sv($code, G_EVAL|G_ARRAY|$keep);
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/t/
H A Dcall.t83 [ &Devel::PPPort::G_ARRAY, [ ], [ qw(x 1) ], '0 args, G_ARRAY' ],
84 [ &Devel::PPPort::G_ARRAY, [ qw(a p q) ], [ qw(b p x 3) ], '3 args, G_ARRAY' ],
/dports/devel/p5-Sort-Key-Top/Sort-Key-Top-0.08/
H A DTop.xs519 XSRETURN(_keytop(aTHX_ ix, keygen, top, 0, 2, items-2, ax, (GIMME_V == G_ARRAY)));
535 XSRETURN(_keytop(aTHX_ ix, 0, top, 0, MODE_SORT, items-1, ax, (GIMME_V == G_ARRAY)));
552 XSRETURN(_keytop(aTHX_ ix, keygen, top, MODE_PART, 2, items-2, ax, (GIMME_V == G_ARRAY)));
568 XSRETURN(_keytop(aTHX_ ix, 0, top, MODE_PART, 1, items-1, ax, (GIMME_V == G_ARRAY)));
601 XSRETURN(_keytop(aTHX_ ix, 0, top, MODE_PARTREF, 1, items-1, ax, (GIMME_V == G_ARRAY)));
618 XSRETURN(_keytop(aTHX_ ix, keygen, top, MODE_SORT, 2, items-2, ax, (GIMME_V == G_ARRAY)));
634 XSRETURN(_keytop(aTHX_ ix, 0, top, MODE_SORT, 1, items-1, ax, (GIMME_V == G_ARRAY)));
750 XSRETURN(_keytop(aTHX_ ix, slot, top, 0, 2, items-2, ax, (GIMME_V == G_ARRAY)));
767 XSRETURN(_keytop(aTHX_ ix, slot, top, MODE_PART, 2, items-2, ax, (GIMME_V == G_ARRAY)));
784 XSRETURN(_keytop(aTHX_ ix, slot, top, MODE_PARTREF, 2, items-2, ax, (GIMME_V == G_ARRAY)));
[all …]
/dports/converters/p5-Convert-Binary-C/Convert-Binary-C-0.84/xsubs/
H A Dmember.xs62 if (GIMME_V == G_ARRAY)
109 list = GIMME_V == G_ARRAY ? LL_new() : NULL;
112 if (GIMME_V == G_ARRAY)
H A Denum.xs39 if (context == G_ARRAY)
44 if (context == G_ARRAY)
H A Dtypedef.xs41 if (context == G_ARRAY)
46 if (context == G_ARRAY)
H A Dcompound.xs62 if (context == G_ARRAY)
67 if (context == G_ARRAY)
/dports/lang/perl5.30/perl-5.30.3/cpan/Scalar-List-Utils/
H A DListUtil.xs825 if(ret_gimme == G_ARRAY) { in pairfirst()
852 if(ret_gimme == G_ARRAY) { in pairfirst()
919 if(ret_gimme == G_ARRAY) in pairgrep()
947 if(ret_gimme == G_ARRAY) in pairgrep()
990 I32 gimme = G_ARRAY; in pairmap()
1052 if(ret_gimme == G_ARRAY) in pairmap()
1085 if(ret_gimme == G_ARRAY) in pairmap()
1095 if(ret_gimme == G_ARRAY) in pairmap()
1199 if(GIMME_V == G_ARRAY) in uniq()
1243 if(GIMME_V == G_ARRAY) in uniq()
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Scalar-List-Utils/
H A DListUtil.xs1056 if(ret_gimme == G_ARRAY) in pairgrep()
1084 if(ret_gimme == G_ARRAY) in pairgrep()
1127 I32 gimme = G_ARRAY; in pairmap()
1189 if(ret_gimme == G_ARRAY) in pairmap()
1222 if(ret_gimme == G_ARRAY) in pairmap()
1232 if(ret_gimme == G_ARRAY) in pairmap()
1352 if(GIMME_V == G_ARRAY) in uniq()
1400 if(GIMME_V == G_ARRAY) in uniq()
1406 if(GIMME_V == G_ARRAY) in uniq()
1556 if(GIMME_V == G_ARRAY) in uniqnum()
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/Scalar-List-Utils/
H A DListUtil.xs1056 if(ret_gimme == G_ARRAY) in pairgrep()
1084 if(ret_gimme == G_ARRAY) in pairgrep()
1127 I32 gimme = G_ARRAY; in pairmap()
1189 if(ret_gimme == G_ARRAY) in pairmap()
1222 if(ret_gimme == G_ARRAY) in pairmap()
1232 if(ret_gimme == G_ARRAY) in pairmap()
1352 if(GIMME_V == G_ARRAY) in uniq()
1400 if(GIMME_V == G_ARRAY) in uniq()
1406 if(GIMME_V == G_ARRAY) in uniq()
1556 if(GIMME_V == G_ARRAY) in uniqnum()
[all …]
/dports/lang/perl5.30/perl-5.30.3/dist/Devel-PPPort/parts/inc/
H A Dcall174 G_ARRAY()
176 RETVAL = G_ARRAY;
341 [ &Devel::PPPort::G_ARRAY, [ ], [ qw(x 1) ], '0 args, G_ARRAY' ],
342 [ &Devel::PPPort::G_ARRAY, [ qw(a p q) ], [ qw(b p x 3) ], '3 args, G_ARRAY' ],
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Scalar-List-Utils/
H A DListUtil.xs1061 if(ret_gimme == G_ARRAY) in pairgrep()
1089 if(ret_gimme == G_ARRAY) in pairgrep()
1132 I32 gimme = G_ARRAY; in pairmap()
1194 if(ret_gimme == G_ARRAY) in pairmap()
1227 if(ret_gimme == G_ARRAY) in pairmap()
1237 if(ret_gimme == G_ARRAY) in pairmap()
1357 if(GIMME_V == G_ARRAY) in uniq()
1405 if(GIMME_V == G_ARRAY) in uniq()
1411 if(GIMME_V == G_ARRAY) in uniq()
1561 if(GIMME_V == G_ARRAY) in uniqnum()
[all …]
/dports/devel/p5-Term-EditLine/Term-EditLine-0.11/
H A DEditLine.xs416 if (GIMME_V == G_ARRAY) {
443 if (GIMME_V == G_ARRAY) {
458 if (GIMME_V == G_ARRAY) {
473 if (GIMME_V == G_ARRAY) {
489 if (GIMME_V == G_ARRAY) {
505 if (GIMME_V == G_ARRAY) {
533 if (GIMME_V == G_ARRAY) {
549 if (GIMME_V == G_ARRAY) {
/dports/databases/p5-File-Locate/File-Locate-0.62/
H A DLocate.xs409 else if (GIMME_V == G_ARRAY)
442 else if (GIMME_V == G_ARRAY) {
466 if(GIMME_V == G_ARRAY)
700 else if (GIMME_V == G_ARRAY) {
720 if (GIMME_V == G_ARRAY)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/Devel-PPPort/parts/inc/
H A Dcall45 __UNDEFINED__ G_LIST G_ARRAY /* Replace */
209 G_ARRAY()
211 RETVAL = G_ARRAY;
377 [ &Devel::PPPort::G_ARRAY, [ ], [ qw(x 1) ], '0 args, G_ARRAY' ],
378 [ &Devel::PPPort::G_ARRAY, [ qw(a p q) ], [ qw(b p x 3) ], '3 args, G_ARRAY' ],
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/parts/inc/
H A Dcall45 __UNDEFINED__ G_LIST G_ARRAY /* Replace */
209 G_ARRAY()
211 RETVAL = G_ARRAY;
377 [ &Devel::PPPort::G_ARRAY, [ ], [ qw(x 1) ], '0 args, G_ARRAY' ],
378 [ &Devel::PPPort::G_ARRAY, [ qw(a p q) ], [ qw(b p x 3) ], '3 args, G_ARRAY' ],
/dports/lang/perl5.34/perl-5.34.0/ext/File-Glob/
H A DGlob.xs111 if (gimme != G_ARRAY) in iterate()
123 if (gimme == G_ARRAY) { in iterate()
289 if (!patav && gimme == G_ARRAY) { PUTBACK; return TRUE; } in csh_glob()
326 if (GIMME_V == G_ARRAY) { PUTBACK; return TRUE; } in doglob_iter_wrapper()
/dports/lang/perl5.32/perl-5.32.1/ext/File-Glob/
H A DGlob.xs111 if (gimme != G_ARRAY) in iterate()
123 if (gimme == G_ARRAY) { in iterate()
289 if (!patav && gimme == G_ARRAY) { PUTBACK; return TRUE; } in csh_glob()
326 if (GIMME_V == G_ARRAY) { PUTBACK; return TRUE; } in doglob_iter_wrapper()
/dports/lang/perl5.30/perl-5.30.3/ext/File-Glob/
H A DGlob.xs111 if (gimme != G_ARRAY) in iterate()
123 if (gimme == G_ARRAY) { in iterate()
289 if (!patav && gimme == G_ARRAY) { PUTBACK; return TRUE; } in csh_glob()
326 if (GIMME_V == G_ARRAY) { PUTBACK; return TRUE; } in doglob_iter_wrapper()
/dports/devel/p5-Inline-Python/Inline-Python-0.56/
H A DPython.xs290 Printf(("G_ARRAY=%i\n", G_ARRAY));
311 (GIMME_V == G_ARRAY) &&
380 Printf(("G_ARRAY=%i\n", G_ARRAY));
401 (GIMME_V == G_ARRAY) &&
516 GIMME_V == G_ARRAY &&
/dports/lang/perl5.32/perl-5.32.1/dist/Devel-PPPort/t/
H A Dcall.t81 [ &Devel::PPPort::G_ARRAY, [ ], [ qw(x 1) ], '0 args, G_ARRAY' ],
82 [ &Devel::PPPort::G_ARRAY, [ qw(a p q) ], [ qw(b p x 3) ], '3 args, G_ARRAY' ],
/dports/devel/p5-Devel-PPPort/Devel-PPPort-3.63/t/
H A Dcall.t81 [ &Devel::PPPort::G_ARRAY, [ ], [ qw(x 1) ], '0 args, G_ARRAY' ],
82 [ &Devel::PPPort::G_ARRAY, [ qw(a p q) ], [ qw(b p x 3) ], '3 args, G_ARRAY' ],

12345678910>>...38