Searched refs:fill_extLibpath (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/os2/ |
| D | os2.c | 3714 fill_extLibpath(int type, char *pre, char *post, int replace, char *msg) in fill_extLibpath() function 4983 rc = fill_extLibpath(0, s, NULL, 1, "PERL_BEGINLIBPATH"); in Perl_OS2_init3() 4985 …rc = fill_extLibpath(0, PerlEnv_getenv("PERL_PRE_BEGINLIBPATH"), PerlEnv_getenv("PERL_POST_BEGINLI… in Perl_OS2_init3() 4989 rc = fill_extLibpath(1, s, NULL, 1, "PERL_ENDLIBPATH"); in Perl_OS2_init3() 4991 …rc = fill_extLibpath(1, PerlEnv_getenv("PERL_PRE_ENDLIBPATH"), PerlEnv_getenv("PERL_POST_ENDLIBPAT… in Perl_OS2_init3()
|
| D | os2ish.h | 771 extern unsigned long fill_extLibpath(int type, char *pre, char *post, int replace, char *msg);
|
| D | Changes | 799 fill_extLibpath().
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | README.os2 | 1488 if (DosQueryProcAddr(handle, 0, "fill_extLibpath", (PFN*)&f)) 1491 "fill_extLibpath",
|