Home
last modified time | relevance | path

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

/src/crypto/openssl/Configurations/platform/ !
H A DBASE.pm52 sub isobj { return $_[1] =~ m|\.o$|; } subroutine
59 if ($_[0]->isobj($_[1])) { return $_[0]->obj($_[1]); }
/src/crypto/openssl/Configurations/ !
H A Dwindows-makefile.tmpl76 DEPS={- join(" ", map { platform->isobj($_) ? platform->dep($_) : () }
934 grep { platform->isobj($_) }
982 grep { platform->isobj($_) }
1024 grep { platform->isobj($_) }
H A Ddescrip.mms.tmpl332 DEPS={- our @deps = map { platform->isobj($_) ? platform->dep($_) : $_ }
1252 grep { platform->isobj($_) }
1301 grep { platform->isobj($_) }
1356 grep { platform->isobj($_) }
1372 grep { platform->isobj($_) }
H A Dunix-Makefile.tmpl137 map { platform->isobj($_) ? platform->dep($_) : () }