Searched refs:POPi (Results 1 – 14 of 14) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/ |
| D | pp_sys.c | 1003 anum = PerlLIO_umask(POPi); 1010 if (MAXARG >= 1 && (TOPs||POPs) && (POPi & 0700)) 1903 const int perm = (MAXARG > 3 && (TOPs || POPs)) ? POPi : 0666; 1904 const int mode = POPi; 2448 const int whence = POPi; 2505 len = (Off_t)POPi; 2680 const int argtype = POPi; 2709 const int protocol = POPi; 2710 const int type = POPi; 2711 const int domain = POPi; [all …]
|
| D | pp.h | 224 #define POPi ((IV)SvIVx(POPs)) macro 597 #define dPOPiv IV value = POPi 603 #define dPOPXiirl(X) IV right = POPi; IV left = CAT2(X,i)
|
| D | pp_pack.c | 1833 len = POPi; in S_unpack_rec()
|
| D | pp.c | 3752 const IV size = POPi; 6601 IV limit = POPi; /* note, negative is forever */
|
| D | pp_ctl.c | 2184 count = POPi;
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Filter-Util-Call/ |
| D | Call.xs | 151 n = (IV)POPi ; in filter_call()
|
| /openbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlcall.pod | 635 printf ("The sum of %d and %d is %d\n", a, b, POPi); 677 The C<POPi> macro is used here to pop the return value from the stack. 678 In this case we wanted an integer, so C<POPi> was used. 688 POPi integer (IV) 715 popped the return value from the stack with C<POPi> it updated only our 761 printf ("%d - %d = %d\n", a, b, POPi); 762 printf ("%d + %d = %d\n", a, b, POPi); 788 Not surprisingly C<POPi> is used twice this time because we were 825 printf ("Value %d = %d\n", i, POPi); 963 printf ("%d - %d = %d\n", a, b, POPi);
|
| D | perlembed.pod | 644 printf ("%d to the %dth power is %d.\n", a, b, POPi);
|
| D | perlguts.pod | 4868 There are no new equivalents for all the convenience macros like POPi()
|
| /openbsd/src/gnu/usr.bin/perl/cpan/DB_File/ |
| D | DB_File.xs | 670 retval = POPi ; 758 retval = POPi ; 843 retval = POPi ;
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
| D | 5003007 | 576 POPi # T
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Encode/ |
| D | Encode.xs | 653 renewed = (bool)POPi;
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | apidoc.fnc | 741 Amnd|IV|POPi
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5003007 | 1107 POPi # T
|