Home
last modified time | relevance | path

Searched refs:gvp (Results 1 – 16 of 16) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/cpan/Digest-SHA/src/
Dsdf.c12 GV** gvp; local
24 gvp = (GV**)hv_fetch(stash, "::ISA::CACHE::", 14, FALSE);
26 if (gvp && (gv = *gvp) != (GV*)&sv_undef && (hv = GvHV(gv))) {
33 gvp = (GV**)hv_fetch(stash,"ISA",3,FALSE);
35 if (gvp && (gv = *gvp) != (GV*)&sv_undef && (av = GvAV(gv))) {
37 gvp = (GV**)hv_fetch(stash, "::ISA::CACHE::", 14, TRUE);
39 gv = *gvp;
/openbsd/src/gnu/usr.bin/perl/
Dgv.c158 GV **gvp = (GV**)hv_fetch(PL_defstash, tmpbuf, tmplen, (flags & GVF_NOADD) ? FALSE : TRUE); in Perl_gv_fetchfile_flags() local
159 if (gvp) { in Perl_gv_fetchfile_flags()
160 gv = *gvp; in Perl_gv_fetchfile_flags()
804 GV** gvp; in S_gv_fetchmeth_internal() local
854 if (he) gvp = (GV**)&HeVAL(he); in S_gv_fetchmeth_internal()
855 else gvp = NULL; in S_gv_fetchmeth_internal()
857 if(gvp) { in S_gv_fetchmeth_internal()
858 topgv = *gvp; in S_gv_fetchmeth_internal()
929 gvp = (GV**)hv_common( in S_gv_fetchmeth_internal()
932 if (!gvp) { in S_gv_fetchmeth_internal()
[all …]
Dvxs.inc96 GV **gvp;
117 gvp = pkg ? (GV**)hv_fetchs(pkg,"VERSION",FALSE) : (GV**)NULL;
119 if (gvp && isGV(gv = *gvp) && (sv = GvSV(gv)) && SvOK(sv)) {
Dmro_core.c236 GV** gvp; in S_mro_get_linear_isa_dfs() local
276 gvp = (GV**)hv_fetchs(stash, "ISA", FALSE); in S_mro_get_linear_isa_dfs()
277 av = (gvp && (gv = *gvp) && isGV_with_GP(gv)) ? GvAV(gv) : NULL; in S_mro_get_linear_isa_dfs()
Dmalloc.c945 GV **gvp = (GV**)hv_fetchs(PL_defstash, "^M", FALSE); in perl_get_emergency_buffer() local
947 if (!gvp) gvp = (GV**)hv_fetchs(PL_defstash, "\015", FALSE); in perl_get_emergency_buffer()
948 if (!gvp || !(sv = GvSV(*gvp)) || !SvPOK(sv) in perl_get_emergency_buffer()
Dpp_sys.c1566 GV * const *gvp; variable
1571 gvp = hv && HvHasENAME(hv)
1574 if (gvp && *gvp == egv) {
Dutil.c5708 GV **gvp; local
5711 && (gvp = (GV **)hv_fetchhek(
5714 && *gvp == gv;
Dtoke.c395 GV *gv, **gvp; member
7752 c.gvp = 0; in yyl_just_a_word()
7763 if (c.gvp) { in yyl_just_a_word()
7851 if (c.gvp || (c.lex && !c.off)) { in yyl_just_a_word()
9118 key = yyl_secondclass_keyword(aTHX_ s, len, key, &orig_keyword, &c.gv, &c.gvp); in yyl_keylookup()
Dsv.c10288 Perl_sv_2cv(pTHX_ SV *sv, HV **const st, GV **const gvp, const I32 lref) argument
10297 *gvp = NULL;
10303 *gvp = NULL;
10308 *gvp = NULL;
10319 *gvp = NULL;
10334 *gvp = gv;
Dregcomp.c13843 GV *const *const gvp in Perl_save_re_context() local
13846 if (gvp) { in Perl_save_re_context()
13847 GV * const gv = *gvp; in Perl_save_re_context()
Dproto.h4315 Perl_sv_2cv(pTHX_ SV *sv, HV ** const st, GV ** const gvp, const I32 lref);
4317 assert(st); assert(gvp)
Dembed.fnc3110 |NN GV ** const gvp \
/openbsd/src/gnu/usr.bin/perl/ext/mro/
Dmro.xs35 GV** gvp; in S_mro_get_linear_isa_c3() local
62 gvp = (GV**)hv_fetchs(stash, "ISA", FALSE); in S_mro_get_linear_isa_c3()
63 isa = (gvp && (gv = *gvp) && isGV_with_GP(gv)) ? GvAV(gv) : NULL; in S_mro_get_linear_isa_c3()
479 GV** gvp; variable
636 gvp = (GV**)hv_fetch(curstash, subname,
638 if (!gvp) continue;
640 candidate = *gvp;
/openbsd/src/gnu/usr.bin/perl/lib/ExtUtils/
Dtypemap147 GV *gvp;
150 $var = sv_2cv(xsub_tmp_sv, &st, &gvp, 0);
160 GV *gvp;
163 $var = sv_2cv(xsub_tmp_sv, &st, &gvp, 0);
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs1454 GV **gvp = (GV **)hv_fetchs(stash, "ISA", 0); in myget_linear_isa() local
1456 return gvp && *gvp && GvAV(*gvp) in myget_linear_isa()
1457 ? GvAV(*gvp) in myget_linear_isa()
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
Dembed.fnc1783 Apd |CV* |sv_2cv |NULLOK SV* sv|NN HV **const st|NN GV **const gvp \