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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Duniversal.c36 GV** gvp; local
55 gvp = (GV**)hv_fetch(stash, "::ISA::CACHE::", 14, FALSE);
57 if (gvp && (gv = *gvp) != (GV*)&PL_sv_undef && (subgen = GvSV(gv))
77 gvp = (GV**)hv_fetch(stash,"ISA",3,FALSE);
79 if (gvp && (gv = *gvp) != (GV*)&PL_sv_undef && (av = GvAV(gv))) {
81 gvp = (GV**)hv_fetch(stash, "::ISA::CACHE::", 14, TRUE);
83 gv = *gvp;
288 GV **gvp; local
[all...]
H A Dgv.c194 GV** gvp; local
210 gvp = (GV**)hv_fetch(stash, name, len, (level >= 0));
211 if (!gvp)
214 topgv = *gvp;
230 gvp = (GV**)hv_fetch(stash, "ISA", 3, FALSE);
231 av = (gvp && (gv = *gvp) && gv != (GV*)&PL_sv_undef) ? GvAV(gv) : Nullav;
243 gvp = (GV**)hv_fetch(basestash, "ISA", 3, FALSE);
244 if (gvp && (gv = *gvp) !
335 GV **gvp; local
647 GV**gvp; local
[all...]
H A Dpp_sys.c1166 GV **gvp = (GV**)hv_fetch(hv, GvNAME(egv), GvNAMELEN(egv), FALSE); local
1167 if (gvp && *gvp == egv) {
H A Dtoke.c2202 GV **gvp = 0; local
3808 gvp = 0;
3863 (gvp = (GV**)hv_fetch(PL_globalstash,PL_tokenbuf,len,FALSE)) &&
3864 (gv = *gvp) != (GV*)&PL_sv_undef &&
3874 else if (gv && !gvp
3888 gvp = 0;
3943 gvp = 0;
3953 if (gvp) {
6792 GV **gvp; local
6804 ((gvp
[all...]
H A Dsv.c7204 possible to set C<*st> and C<*gvp> to the stash and GV associated with it.
7210 Perl_sv_2cv(pTHX_ SV *sv, HV **st, GV **gvp, I32 lref) argument
7217 return *gvp = Nullgv, Nullcv;
7221 *gvp = Nullgv;
7225 *gvp = Nullgv;
7229 *gvp = gv;
7243 *gvp = Nullgv;
7256 *gvp = gv;

Completed in 74 milliseconds