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

/macosx-10.9.5/CPANInternal-140/TermReadKey/
H A DConfigure.pm36 ApplyHeadersAndLibs
440 =head2 ApplyHeadersAndLibs
447 sub ApplyHeadersAndLibs { # subroutine
454 This function is similar to Apply and ApplyHeadersAndLibs, but it always
475 return scalar(ApplyHeadersAndLibs $code, map(($_,""),@headers))
477 split(/\s+/,(ApplyHeadersAndLibs $code, map(($_,""),@headers))[0]);
491 return scalar(ApplyHeadersAndLibs $code, map(("",$_),@libs))
493 split(/\s+/,(ApplyHeadersAndLibs $code, map(("",$_),@libs))[0]);
560 ApplyHeadersAndLibs("main() { void * f = (void *)($symbol); }",@lookup);
620 consisting of header and library groups, in the ApplyHeadersAndLibs forma
[all...]

Completed in 161 milliseconds