Searched refs:extLibpath (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/os2/ |
| H A D | os2_base.t | 14 my $lpb = Cwd::extLibpath; 17 my $lpe = Cwd::extLibpath(1); 22 $lpb = Cwd::extLibpath; 30 $lpe = Cwd::extLibpath(1); 50 is(OS2::DLLname($_), OS2::DLLname($_, \&Cwd::extLibpath) ) for 0..2;
|
| H A D | Changes | 39 Cwd::extLibpath [type] - Get/set current value of extended 341 extLibpath* was failing on the call of the second type. 344 extLibpath supports LIBSTRICT, better error detection. 793 Rename Cwd::extLibpath*() to OS2::... (old names still preserved).
|
| H A D | os2.c | 3638 #define extLibpath(to,type, fatal) \ macro 3675 RETVAL = extLibpath(to, type, 1); /* Make errors fatal */ in XS()
|
| /openbsd-src/gnu/usr.bin/perl/os2/OS2/OS2-REXX/DLL/ |
| H A D | DLL.pm | 64 push @path, split /;/, OS2::extLibpath if $flags & 0x1; # BEGIN 66 push @path, split /;/, OS2::extLibpath(1) if $flags & 0x4; # END
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-CBuilder/t/ |
| H A D | 02-link.t | 60 my $old = OS2::extLibpath(); # [builtin function]
|