Searched refs:hv (Results 26 - 40 of 40) sorted by relevance

12

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Locale/
H A DScript.pm232 hv:hvn:175:Kok Turki runic
/osnet-11/usr/src/lib/brand/solaris10/zone/
H A Dp2v.ksh408 for svc in $(/usr/bin/egrep -hv "^#" \
455 for i in $(/usr/bin/egrep -hv "^#" /usr/lib/brand/solaris10/pkgrm.lst \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dproto.h260 PERL_CALLCONV void Perl_hv_delayfree_ent(pTHX_ HV* hv, HE* entry);
267 PERL_CALLCONV void Perl_hv_free_ent(pTHX_ HV* hv, HE* entry);
272 PERL_CALLCONV SV* Perl_hv_iternextsv(pTHX_ HV* hv, char** key, I32* retlen);
275 PERL_CALLCONV void Perl_hv_ksplit(pTHX_ HV* hv, IV newmax);
276 PERL_CALLCONV void Perl_hv_magic(pTHX_ HV* hv, GV* gv, int how);
506 PERL_CALLCONV HV* Perl_newHVhv(pTHX_ HV* hv);
626 PERL_CALLCONV void Perl_save_delete(pTHX_ HV* hv, char* key, I32 klen);
637 PERL_CALLCONV void Perl_save_helem(pTHX_ HV* hv, SV *key, SV **sptr);
965 STATIC void S_hsplit(pTHX_ HV *hv);
966 STATIC void S_hfreeentries(pTHX_ HV *hv);
[all...]
H A Dperl.c412 HV *hv; local
841 hv = PL_defstash;
843 SvREFCNT_dec(hv);
1132 * You can also define PERL_HASH_SEED in compile time, see hv.h. */
4166 HV *hv; local
4168 hv = GvHVn(PL_envgv);
4169 hv_magic(hv, Nullgv, PERL_MAGIC_env);
4197 (void)hv_store(hv, *env, s - *env, sv, 0);
H A Dpp_sys.c927 HV *hv; local
933 hv = (HV*)POPs;
974 sv_unmagic((SV *) hv, PERL_MAGIC_tied);
975 sv_magic((SV*)hv, TOPs, PERL_MAGIC_tied, Nullch, 0);
1155 HV *hv; local
1162 hv = GvSTASH(egv);
1163 if (! hv)
1166 GV **gvp = (GV**)hv_fetch(hv, GvNAME(egv), GvNAMELEN(egv), FALSE);
H A Dsv.c15 * here; higher-level functions are in av.c, hv.c, and so on. Opcode
50 av, hv...) contains type and reference count information, as well as a
98 which is otherwise dealt with in hv.c.
6874 /* See the note in hv.c:hv_fetch() --jhi */
10337 HV *hv; local
10393 hv = (HV*)POPPTR(ss,ix);
10394 TOPPTR(nss,ix) = hv_dup_inc(hv, param);
10445 hv = (HV*)POPPTR(ss,ix);
10446 TOPPTR(nss,ix) = hv_dup(hv, param);
10508 hv
[all...]
H A Dsv.h91 struct hv { struct
276 /* These structure must match the beginning of struct xpvhv in hv.h. */
H A Dop.c4369 HV *hv; local
4376 hv = GvHVn(db_postponed);
4377 if (HvFILL(hv) > 0 && hv_exists(hv, SvPVX(tmpstr), SvCUR(tmpstr))
H A Dperl.h1776 typedef struct hv HV;
2348 #include "hv.h"
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dengine.c1369 char *hf, *hv; local
1377 if (dec_arg2(g->a_buf, g->a_len, &hf, &hv) == MI_SUCCESS)
1378 return (*fi_header)(g->a_ctx, hf, hv);
/osnet-11/usr/src/cmd/sendmail/src/
H A Dmilter.c2717 char *buf, *hv; local
2740 hv = h->h_value;
2742 hv = h->h_value + 1;
2744 len_t = len_f + strlen(hv) + 1;
2756 len_v = dequote_internal_chars(hv, buf + len_n + 1,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/utils/
H A Dperlbug.PL1259 Hugo van der Sanden (E<lt>hv@crypt.org<gt>),
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_VMS.pm1589 $(OBJECT) : $(PERL_INC)gv.h, $(PERL_INC)handy.h, $(PERL_INC)hv.h
H A DMM_Unix.pm3190 $(PERL_INC)/hv.h \
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DDeparse.pm3065 =~ /^(rv2|pad)hv$/)

Completed in 184 milliseconds

12