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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dhv.h132 C<HeKLEN()>. Can be assigned to. The C<HePV()> or C<HeSVKEY()> macros are
138 be assigned to. The C<HePV()> macro is usually preferable for finding key
147 =for apidoc Am|char*|HePV|HE* he|STRLEN len
256 #define HePV(he,lp) ((HeKLEN(he) == HEf_SVKEY) ? \ macro

Completed in 35 milliseconds