| /openbsd/src/gnu/usr.bin/perl/cpan/Digest-SHA/src/ |
| D | sdf.c | 12 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/ |
| D | gv.c | 158 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 …]
|
| D | vxs.inc | 96 GV **gvp; 117 gvp = pkg ? (GV**)hv_fetchs(pkg,"VERSION",FALSE) : (GV**)NULL; 119 if (gvp && isGV(gv = *gvp) && (sv = GvSV(gv)) && SvOK(sv)) {
|
| D | mro_core.c | 236 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()
|
| D | malloc.c | 945 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()
|
| D | pp_sys.c | 1566 GV * const *gvp; variable 1571 gvp = hv && HvHasENAME(hv) 1574 if (gvp && *gvp == egv) {
|
| D | util.c | 5708 GV **gvp; local 5711 && (gvp = (GV **)hv_fetchhek( 5714 && *gvp == gv;
|
| D | toke.c | 395 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()
|
| D | sv.c | 10288 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;
|
| D | regcomp.c | 13843 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()
|
| D | proto.h | 4315 Perl_sv_2cv(pTHX_ SV *sv, HV ** const st, GV ** const gvp, const I32 lref); 4317 assert(st); assert(gvp)
|
| D | embed.fnc | 3110 |NN GV ** const gvp \
|
| /openbsd/src/gnu/usr.bin/perl/ext/mro/ |
| D | mro.xs | 35 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/ |
| D | typemap | 147 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/ |
| D | APItest.xs | 1454 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/ |
| D | embed.fnc | 1783 Apd |CV* |sv_2cv |NULLOK SV* sv|NN HV **const st|NN GV **const gvp \
|