Searched refs:POPn (Results 1 – 7 of 7) sorted by relevance
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | pp.h | 138 #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 D | pp.c | 1286 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 D | pp_sys.c | 2067 len = (Off_t)POPn; in PP()
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/ |
| H A D | perlhack.pod | 1071 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 D | perlcall.pod | 729 POPn double
|
| H A D | perlapi.pod | 2119 =item POPn 2123 NV POPn
|
| H A D | perltoc.pod | 4713 dMARK, dORIGMARK, dSP, EXTEND, MARK, ORIGMARK, POPi, POPl, POPn, POPp,
|