Searched refs:Perl_find_script (Results 1 – 3 of 3) sorted by relevance
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | util.c | 2605 Perl_find_script(pTHX_ char *scriptname, bool dosearch, char **search_ext, I32 flags) function
|
H A D | embed.h | 293 #define find_script Perl_find_script 2822 #define find_script(a,b,c,d) Perl_find_script(aTHX_ a,b,c,d)
|
H A D | proto.h | 222 PERL_CALLCONV char* Perl_find_script(pTHX_ char *scriptname, bool dosearch, char **search_ext, I32 …
|