c:\test\perl-5.14.0-RC1>findstr SvLOCK *.? pp.c: SvLOCK(sv); sv.h:=for apidoc Am|void|SvLOCK|SV* sv sv.h:#define SvLOCK(sv) PL_lockhook(aTHX_ sv) c:\test\perl-5.14.0-RC1>findstr PL_lockhook *.? embedvar.h:#define PL_lockhook (vTHX->Ilockhook) embedvar.h:#define PL_Ilockhook PL_lockhook sv.c: PL_lockhook = proto_perl->Ilockhook; sv.h:#define SvLOCK(sv) PL_lockhook(aTHX_ sv) c:\test\perl-5.14.0-RC1>findstr Ilockhook *.? embedvar.h:#define PL_lockhook (vTHX->Ilockhook) embedvar.h:#define PL_Ilockhook PL_lockhook intrpvar.h:PERLVARI(Ilockhook, share_proc_t, Perl_sv_nosharing) sv.c: PL_lockhook = proto_perl->Ilockhook;