/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | goto.t | 928 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 D | Glob.xs | 77 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 D | Win32CORE.c | 40 call_pv(function, GIMME_V); in XS()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5004000 | 5 GIMME_V # E
|
/openbsd/gnu/usr.bin/perl/cpan/Scalar-List-Utils/ |
H A D | ListUtil.xs | 942 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 D | HiRes.xs | 1196 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 D | pp_hot.c | 390 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 D | pp.c | 39 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 D | pp_ctl.c | 1120 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 D | pp_sys.c | 288 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 D | builtin.c | 497 switch(GIMME_V) { in XS()
|
H A D | op.h | 102 #define GIMME_V Perl_gimme_V(aTHX) macro
|
H A D | doop.c | 1211 const U8 gimme = GIMME_V; in PP()
|
H A D | universal.c | 1056 U8 const gimme = GIMME_V; in XS()
|
H A D | pp_sort.c | 697 U8 gimme = GIMME_V; in PP()
|
/openbsd/gnu/usr.bin/perl/cpan/Win32/ |
H A D | Win32.xs | 894 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 D | Opcode.xs | 326 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 D | Bzip2.xs | 394 if (GIMME_V == G_ARRAY) { in bzlibversion() 450 if (GIMME_V == G_ARRAY) {
|
/openbsd/gnu/usr.bin/perl/ext/POSIX/ |
H A D | POSIX.xs | 3331 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 D | GDBM_File.xs | 282 I32 gimme = GIMME_V; 1040 if (GIMME_V == G_ARRAY) {
|
/openbsd/gnu/usr.bin/perl/dist/threads/ |
H A D | threads.xs | 1181 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 D | 5004000 | 50 GIMME_V # E
|
/openbsd/gnu/usr.bin/perl/cpan/Socket/ |
H A D | Socket.xs | 1053 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 D | Zlib.xs | 1133 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 D | perlcall.pod | 375 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;
|