Home
last modified time | relevance | path

Searched refs:HePV (Results 1 – 5 of 5) sorted by relevance

/onnv-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs982 module = HePV(entry1, PL_na); in prune_invalid()
991 instance = HePV(entry2, PL_na); in prune_invalid()
1001 name = HePV(entry3, PL_na); in prune_invalid()
1015 key = HePV(entry3, klen); in prune_invalid()
1030 key = HePV(entry2, klen); in prune_invalid()
1038 key = HePV(entry1, klen); in prune_invalid()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dhv.h256 #define HePV(he,lp) ((HeKLEN(he) == HEf_SVKEY) ? \ macro
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlapi.pod984 C<HeKLEN()>. Can be assigned to. The C<HePV()> or C<HeSVKEY()> macros are
996 be assigned to. The C<HePV()> macro is usually preferable for finding key
1004 =item HePV
1016 char* HePV(HE* he, STRLEN len)
H A Dperlguts.pod476 HePV(HE* he, STRLEN len)
H A Dperltoc.pod4676 get_hv, HeHASH, HeKEY, HeKLEN, HePV, HeSVKEY, HeSVKEY_force, HeSVKEY_set,