Home
last modified time | relevance | path

Searched refs:keepmain (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dgv.c2742 Perl_gv_fullname4(pTHX_ SV *sv, const GV *gv, const char *prefix, bool keepmain) in Perl_gv_fullname4() argument
2753 if (keepmain || ! memBEGINs(name, len, "main")) { in Perl_gv_fullname4()
2763 Perl_gv_efullname4(pTHX_ SV *sv, const GV *gv, const char *prefix, bool keepmain) in Perl_gv_efullname4() argument
2769 gv_fullname4(sv, egv ? egv : gv, prefix, keepmain); in Perl_gv_efullname4()
H A Dproto.h1393 Perl_gv_efullname4(pTHX_ SV *sv, const GV *gv, const char *prefix, bool keepmain);
1479 Perl_gv_fullname4(pTHX_ SV *sv, const GV *gv, const char *prefix, bool keepmain);
H A Dembed.fnc1286 |bool keepmain
1368 |bool keepmain
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc960 Ap |void |gv_efullname4 |NN SV* sv|NN const GV* gv|NULLOK const char* prefix|bool keepmain
990 Ap |void |gv_fullname4 |NN SV* sv|NN const GV* gv|NULLOK const char* prefix|bool keepmain