Home
last modified time | relevance | path

Searched defs:isdef (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/Configurations/platform/
DBASE.pm51 sub isdef { return $_[1] =~ m|\.ld$|; } subroutine
/third_party/openssl/Configurations/platform/
DBASE.pm51 sub isdef { return $_[1] =~ m|\.ld$|; } subroutine
/third_party/python/Lib/idlelib/
Dsearchbase.py169 def make_button(self, label, command, isdef=0): argument