Home
last modified time | relevance | path

Searched refs:GIMME_V (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/gnu/usr.bin/perl/t/op/
H A Dgoto.t928 is ($XS::APItest::GIMME_V, 1, 'xs_goto void (#19188)');
931 is ($XS::APItest::GIMME_V, 2, 'xs_goto scalar (#19188)');
934 is ($XS::APItest::GIMME_V, 3, 'xs_goto list (#19188)');
937 is ($XS::APItest::GIMME_V, 1, 'xs_goto indirect void (#19188)');
940 is ($XS::APItest::GIMME_V, 2, 'xs_goto indirect scalar (#19188)');
943 is ($XS::APItest::GIMME_V, 3, 'xs_goto indirect list (#19188)');
959 is($XS::APItest::GIMME_V, 3, "GH #19936 gimme XS call");
/openbsd/gnu/usr.bin/perl/ext/File-Glob/
H A DGlob.xs77 U32 const gimme = GIMME_V; in iterate()
158 U32 const gimme = GIMME_V; in csh_glob()
326 if (GIMME_V == G_LIST) { PUTBACK; return TRUE; } in doglob_iter_wrapper()
/openbsd/gnu/usr.bin/perl/ext/Win32CORE/
H A DWin32CORE.c40 call_pv(function, GIMME_V); in XS()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D50040005 GIMME_V # E
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/
H A DListUtil.xs942 I32 ret_gimme = GIMME_V; in pairfirst()
1021 I32 ret_gimme = GIMME_V; in pairgrep()
1111 I32 ret_gimme = GIMME_V; in pairmap()
1131 I32 ret_gimme = GIMME_V; in pairmap()
1362 if(GIMME_V == G_LIST) in uniq()
1410 if(GIMME_V == G_LIST) in uniq()
1416 if(GIMME_V == G_LIST) in uniq()
1566 if(GIMME_V == G_LIST) in uniqnum()
1572 if(GIMME_V == G_LIST) in uniqnum()
/openbsd/gnu/usr.bin/perl/dist/Time-HiRes/
H A DHiRes.xs1196 if (GIMME_V == G_LIST) {
1253 if (GIMME_V == G_LIST) {
1273 if (GIMME_V == G_LIST) {
1526 fakeop.op_flags = GIMME_V == G_LIST ? OPf_WANT_LIST :
1527 GIMME_V == G_SCALAR ? OPf_WANT_SCALAR : OPf_WANT_VOID;
/openbsd/gnu/usr.bin/perl/
H A Dpp_hot.c390 assert(GIMME_V == G_VOID); in PP()
502 if (LIKELY(GIMME_V == G_VOID)) in PP()
1598 U8 gimme = GIMME_V; in PP()
2343 gimme = GIMME_V; in PP()
2398 gimme = GIMME_V; in PP()
2412 const U8 gimme = GIMME_V; in PP()
2884 gimme = GIMME_V; in PP()
3711 const U8 gimme = GIMME_V; in PP()
4054 const U8 gimme = GIMME_V; in Perl_do_readline()
5712 const U8 gimme = GIMME_V; in PP()
[all …]
H A Dpp.c39 if (GIMME_V == G_SCALAR) in PP()
465 const U8 gimme = GIMME_V; in PP()
1791 const U8 gimme = GIMME_V;
5400 const U8 gimme = GIMME_V;
5426 const U8 gimme = GIMME_V;
5474 const U8 gimme = GIMME_V;
5498 const U8 gimme = GIMME_V; in S_do_delete_local()
5616 gimme = GIMME_V;
5943 if (GIMME_V != G_LIST) {
6460 if (GIMME_V == G_LIST) {
[all …]
H A Dpp_ctl.c1120 const U8 gimme = GIMME_V; in PP()
1314 if (GIMME_V == G_LIST) in PP()
1328 if (GIMME_V == G_LIST) {
1388 if (GIMME_V == G_LIST) {
2176 U8 gimme = GIMME_V;
2449 U8 gimme = GIMME_V; in PP()
2511 const U8 gimme = GIMME_V; in PP()
2639 const U8 gimme = GIMME_V; in PP()
4464 const U8 gimme = GIMME_V; in S_require_file()
5310 gimme = GIMME_V; in PP()
[all …]
H A Dpp_sys.c288 const U8 gimme = GIMME_V; in PP()
398 U8 gimme = GIMME_V; in PP()
1643 const U8 gimme = GIMME_V; in S_doform()
3168 gimme = GIMME_V;
4989 if (GIMME_V == G_LIST) {
5326 if (GIMME_V != G_LIST) {
5418 if (GIMME_V != G_LIST) {
5485 if (GIMME_V != G_LIST) {
5554 if (GIMME_V != G_LIST) {
5800 if (GIMME_V != G_LIST) {
[all …]
H A Dbuiltin.c497 switch(GIMME_V) { in XS()
H A Dop.h102 #define GIMME_V Perl_gimme_V(aTHX) macro
H A Ddoop.c1211 const U8 gimme = GIMME_V; in PP()
H A Duniversal.c1056 U8 const gimme = GIMME_V; in XS()
H A Dpp_sort.c697 U8 gimme = GIMME_V; in PP()
/openbsd/gnu/usr.bin/perl/cpan/Win32/
H A DWin32.xs894 if (GIMME_V == G_ARRAY) {
1098 if (GIMME_V == G_ARRAY) {
1117 if (GIMME_V == G_SCALAR) {
1327 if (GIMME_V == G_ARRAY) {
1997 if (GIMME_V == G_SCALAR) {
2002 else if (GIMME_V == G_ARRAY) {
/openbsd/gnu/usr.bin/perl/ext/Opcode/
H A DOpcode.xs326 perl_call_sv(codesv, GIMME_V|G_EVAL|G_KEEPERR);
534 if (GIMME_V == G_LIST) {
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Bzip2/
H A DBzip2.xs394 if (GIMME_V == G_ARRAY) { in bzlibversion()
450 if (GIMME_V == G_ARRAY) {
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DPOSIX.xs3331 if (GIMME_V == G_LIST) {
3353 if (GIMME_V == G_LIST) {
3380 if (GIMME_V == G_LIST) {
3390 if (GIMME_V == G_LIST) {
3415 if (GIMME_V == G_LIST) {
3425 if (GIMME_V == G_LIST) {
/openbsd/gnu/usr.bin/perl/ext/GDBM_File/
H A DGDBM_File.xs282 I32 gimme = GIMME_V;
1040 if (GIMME_V == G_ARRAY) {
/openbsd/gnu/usr.bin/perl/dist/threads/
H A Dthreads.xs1181 context = GIMME_V; /* Implicit context */
1183 context |= (GIMME_V & (~(G_LIST|G_SCALAR|G_VOID)));
1228 list_context = (GIMME_V == G_LIST);
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500400050 GIMME_V # E
/openbsd/gnu/usr.bin/perl/cpan/Socket/
H A DSocket.xs1053 if(GIMME_V == G_LIST) { in unpack_sockaddr_in()
1136 if(GIMME_V == G_LIST) { in unpack_sockaddr_in6()
/openbsd/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/
H A DZlib.xs1133 if (GIMME_V == G_ARRAY) {
1206 if (GIMME_V == G_ARRAY) {
2343 if (GIMME_V == G_ARRAY) { in _createDeflateStream()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlcall.pod375 can be made in C by using the C<GIMME_V> macro, which returns
380 C<G_VOID>. An example of using the C<GIMME_V> macro is shown in
381 section L</Using GIMME_V>.
1349 =head2 Using GIMME_V
1357 U8 gimme = GIMME_V;

12