Home
last modified time | relevance | path

Searched refs:extLibpath (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/os2/
H A Dos2_base.t14 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 DChanges39 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 Dos2.c3638 #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 DDLL.pm64 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 D02-link.t60 my $old = OS2::extLibpath(); # [builtin function]