Searched refs:POPn (Results 1 – 9 of 9) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/ |
| D | pp.h | 141 #define POPn (SvNVx(POPs)) macro 339 #define dPOPnv NV value = POPn 352 #define dPOPXnnrl(X) NV right = POPn; NV left = CAT2(X,n) 358 NV right = POPn; \
|
| D | pp.c | 1288 dright = POPn; in PP() 1321 dleft = POPn; in PP() 2686 const NV value = POPn; in PP() 2696 const NV value = POPn; in PP() 2724 value = POPn; in PP() 2755 value = POPn; in PP() 2766 const NV value = POPn; in PP() 2780 const NV value = POPn; in PP()
|
| D | pp_sys.c | 2111 len = (Off_t)POPn; in PP()
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/ |
| D | apidoc.fnc | 74 Amn|NV|POPn
|
| /mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/base/ |
| D | 5006000 | 3 POPn # E
|
| /mirbsd/src/gnu/usr.bin/perl/pod/ |
| D | perlhack.pod | 1310 value = POPn; 1315 below. C<POPn> gives you the NV (floating point value) of the top SV on 1618 #define dPOPTOPnnrl_ul NV right = POPn; \ 1622 C<POPn> takes the SV from the top of the stack and obtains its NV either 1624 C<TOPs> takes the next SV from the top of the stack - yes, C<POPn> uses 1626 C<leftsv> in the same way as before - yes, C<POPn> uses C<SvNV>.
|
| D | perlapi.pod | 2470 =item POPn 2471 X<POPn> 2475 NV POPn
|
| D | perlcall.pod | 666 POPn double
|
| D | perltoc.pod | 5310 mXPUSHu X<mXPUSHu>, ORIGMARK X<ORIGMARK>, POPi X<POPi>, POPl X<POPl>, POPn 5311 X<POPn>, POPp X<POPp>, POPpbytex X<POPpbytex>, POPpx X<POPpx>, POPs
|