Searched defs:HEf_SVKEY (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhv.h114 =for apidoc AmU||HEf_SVKEY
136 If this is negative, and amounts to C<HEf_SVKEY>, it indicates the entry
175 #define HEf_SVKEY -2 /* hent_key is an SV* */ macro
256 #define HePV(he,lp) ((HeKLEN(he) == HEf_SVKEY) ? \
262 HeKLEN(he) == HEf_SVKEY) ? \
266 ((HeKLEN(he) == HEf_SVKEY) ? \
271 #define HeSVKEY_set(he,sv) ((HeKLEN(he) = HEf_SVKEY), (HeKEY_sv(he) = sv))

Completed in 22 milliseconds