Home
last modified time | relevance | path

Searched refs:POPn (Results 1 – 7 of 7) sorted by relevance

/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dpp.h138 #define POPn (SvNVx(POPs)) macro
252 #define dPOPnv NV value = POPn
265 #define dPOPXnnrl(X) NV right = POPn; NV left = CAT2(X,n)
271 NV right = POPn; \
H A Dpp.c1286 dright = POPn; in PP()
1319 dleft = POPn; in PP()
2668 value = POPn; in PP()
2680 value = POPn; in PP()
2709 value = POPn; in PP()
2740 value = POPn; in PP()
2752 value = POPn; in PP()
2768 value = POPn; in PP()
H A Dpp_sys.c2067 len = (Off_t)POPn; in PP()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlhack.pod1071 value = POPn;
1076 below. C<POPn> gives you the NV (floating point value) of the top SV on
1379 #define dPOPTOPnnrl_ul NV right = POPn; \
1383 C<POPn> takes the SV from the top of the stack and obtains its NV either
1385 C<TOPs> takes the next SV from the top of the stack - yes, C<POPn> uses
1387 C<leftsv> in the same way as before - yes, C<POPn> uses C<SvNV>.
H A Dperlcall.pod729 POPn double
H A Dperlapi.pod2119 =item POPn
2123 NV POPn
H A Dperltoc.pod4713 dMARK, dORIGMARK, dSP, EXTEND, MARK, ORIGMARK, POPi, POPl, POPn, POPp,