Home
last modified time | relevance | path

Searched refs:isobj (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/openssl/Configurations/platform/
H A DBASE.pm52 sub isobj { return $_[1] =~ m|\.o$|; } subroutine
59 if ($_[0]->isobj($_[1])) { return $_[0]->obj($_[1]); }
/freebsd/crypto/openssl/Configurations/
H A Dwindows-makefile.tmpl76 DEPS={- join(" ", map { platform->isobj($_) ? platform->dep($_) : () }
893 grep { platform->isobj($_) }
941 grep { platform->isobj($_) }
983 grep { platform->isobj($_) }
H A Ddescrip.mms.tmpl294 DEPS={- our @deps = map { platform->isobj($_) ? platform->dep($_) : $_ }
1182 grep { platform->isobj($_) }
1231 grep { platform->isobj($_) }
1274 grep { platform->isobj($_) }
1290 grep { platform->isobj($_) }
H A Dunix-Makefile.tmpl120 map { platform->isobj($_) ? platform->dep($_) : () }