Searched refs:has_link_code (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A DMM_Unix.t141 # has_link_code tests
145 is ($t->has_link_code(),1,'has_link_code'); is ($t->{HAS_LINK_CODE},1);
148 is ($t->has_link_code(),0); is ($t->{HAS_LINK_CODE},0);
151 is ($t->has_link_code(),0); is ($t->{HAS_LINK_CODE},0);
154 is ($t->has_link_code(),1); is ($t->{HAS_LINK_CODE},1);
157 is ($t->has_link_code(),1); is ($t->{HAS_LINK_CODE},1);
160 is ($t->has_link_code(),1); is ($t->{HAS_LINK_CODE},1);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DMM_NW5.pm154 return '' unless $self->has_link_code;
203 return '' unless $self->has_link_code;
H A DMM_Win32.pm268 return '' unless $self->has_link_code;
310 return '' unless $self->has_link_code;
H A DMM_Unix.pm1049 ' unless $self->has_link_code();
1082 return '' unless $self->has_link_code;
1405 =item has_link_code
1413 sub has_link_code { subroutine
2459 if ($self->has_link_code()) {
2998 also has_link_code())
3009 if ($self->has_link_code or $self->{MAKEAPERL}){
3507 if( $self->has_link_code ){
3686 return '' unless $self->has_link_code;
H A DMM_VMS.pm996 return '' unless $self->has_link_code();
1029 ' unless $self->has_link_code();
1322 if ($self->has_link_code) {

Completed in 26 milliseconds