Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dpp_sys.c1003 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 …]
Dpp.h224 #define POPi ((IV)SvIVx(POPs)) macro
597 #define dPOPiv IV value = POPi
603 #define dPOPXiirl(X) IV right = POPi; IV left = CAT2(X,i)
Dpp_pack.c1833 len = POPi; in S_unpack_rec()
Dpp.c3752 const IV size = POPi;
6601 IV limit = POPi; /* note, negative is forever */
Dpp_ctl.c2184 count = POPi;
/openbsd/src/gnu/usr.bin/perl/cpan/Filter-Util-Call/
DCall.xs151 n = (IV)POPi ; in filter_call()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlcall.pod635 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);
Dperlembed.pod644 printf ("%d to the %dth power is %d.\n", a, b, POPi);
Dperlguts.pod4868 There are no new equivalents for all the convenience macros like POPi()
/openbsd/src/gnu/usr.bin/perl/cpan/DB_File/
DDB_File.xs670 retval = POPi ;
758 retval = POPi ;
843 retval = POPi ;
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
D5003007576 POPi # T
/openbsd/src/gnu/usr.bin/perl/cpan/Encode/
DEncode.xs653 renewed = (bool)POPi;
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dapidoc.fnc741 Amnd|IV|POPi
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D50030071107 POPi # T