Home
last modified time | relevance | path

Searched refs:Perl_pad_check_dup (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dpad.c498 Perl_pad_check_dup(pTHX_ char *name, bool is_our, HV *ourstash) in Perl_pad_check_dup() function
Dembed.h1477 #define pad_check_dup Perl_pad_check_dup
3519 #define pad_check_dup(a,b,c) Perl_pad_check_dup(aTHX_ a,b,c)
Dproto.h2039 PERL_CALLCONV void Perl_pad_check_dup(pTHX_ char* name, bool is_our, HV* ourstash);