Searched refs:POPi (Results 1 – 13 of 13) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | pp_sys.c | 723 anum = PerlLIO_umask(POPi); in PP() 730 if (MAXARG >= 1 && (POPi & 0700)) in PP() 1534 const int perm = (MAXARG > 3) ? POPi : 0666; in PP() 1535 const int mode = POPi; in PP() 2051 const int whence = POPi; in PP() 2113 len = (Off_t)POPi; in PP() 2284 argtype = POPi; in PP() 2320 int protocol = POPi; in PP() 2321 int type = POPi; in PP() 2322 int domain = POPi; in PP() [all …]
|
| D | pp.h | 142 #define POPi ((IV)SvIVx(POPs)) macro 341 #define dPOPiv IV value = POPi 353 #define dPOPXiirl(X) IV right = POPi; IV left = CAT2(X,i) 362 IV right = POPi; \
|
| D | pp.c | 1636 const IV shift = POPi; in PP() 1653 const IV shift = POPi; in PP() 2487 value = POPi / value; in PP() 2979 len = POPi; in PP() 2981 pos = POPi; in PP() 3122 register const IV size = POPi; in PP() 3123 register const IV offset = POPi; in PP() 3168 offset = POPi - arybase; in PP() 3230 offset = POPi; in PP() 4481 register IV limit = POPi; /* note, negative is forever */ in PP()
|
| D | pp_pack.c | 1762 len = POPi;
|
| D | pp_ctl.c | 1460 count = POPi; in PP()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Filter/Util/Call/ |
| D | Call.xs | 149 n = POPi ; in filter_call()
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlcall.pod | 615 printf ("The sum of %d and %d is %d\n", a, b, POPi); 657 The C<POPi> macro is used here to pop the return value from the stack. 658 In this case we wanted an integer, so C<POPi> was used. 667 POPi integer 674 popped the return value from the stack with C<POPi> it updated only our 719 printf ("%d - %d = %d\n", a, b, POPi); 720 printf ("%d + %d = %d\n", a, b, POPi); 746 Not surprisingly C<POPi> is used twice this time because we were 782 printf ("Value %d = %d\n", i, POPi); 917 printf ("%d - %d = %d\n", a, b, POPi);
|
| D | perlembed.pod | 628 printf ("%d to the %dth power is %d.\n", a, b, POPi);
|
| D | perlapi.pod | 2450 =item POPi 2451 X<POPi> 2455 IV POPi
|
| D | perltoc.pod | 5310 mXPUSHu X<mXPUSHu>, ORIGMARK X<ORIGMARK>, POPi X<POPi>, POPl X<POPl>, POPn
|
| /mirbsd/src/gnu/usr.bin/perl/ext/DB_File/ |
| D | DB_File.xs | 613 retval = POPi ; 697 retval = POPi ; 778 retval = POPi ;
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/ |
| D | apidoc.fnc | 72 Amn|IV|POPi
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Encode/ |
| D | Encode.xs | 422 renewed = POPi;
|