Home
last modified time | relevance | path

Searched refs:POPi (Results 1 – 13 of 13) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dpp_sys.c723 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 …]
Dpp.h142 #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; \
Dpp.c1636 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()
Dpp_pack.c1762 len = POPi;
Dpp_ctl.c1460 count = POPi; in PP()
/mirbsd/src/gnu/usr.bin/perl/ext/Filter/Util/Call/
DCall.xs149 n = POPi ; in filter_call()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperlcall.pod615 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);
Dperlembed.pod628 printf ("%d to the %dth power is %d.\n", a, b, POPi);
Dperlapi.pod2450 =item POPi
2451 X<POPi>
2455 IV POPi
Dperltoc.pod5310 mXPUSHu X<mXPUSHu>, ORIGMARK X<ORIGMARK>, POPi X<POPi>, POPl X<POPl>, POPn
/mirbsd/src/gnu/usr.bin/perl/ext/DB_File/
DDB_File.xs613 retval = POPi ;
697 retval = POPi ;
778 retval = POPi ;
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dapidoc.fnc72 Amn|IV|POPi
/mirbsd/src/gnu/usr.bin/perl/ext/Encode/
DEncode.xs422 renewed = POPi;