Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/Configurations/platform/
H A DBASE.pm51 sub isdef { return $_[1] =~ m|\.ld$|; } subroutine
58 if ($_[0]->isdef($_[1])) { return $_[0]->def($_[1]); }
/third_party/openssl/Configurations/platform/
H A DBASE.pm51 sub isdef { return $_[1] =~ m|\.ld$|; } subroutine
58 if ($_[0]->isdef($_[1])) { return $_[0]->def($_[1]); }
/third_party/python/Lib/idlelib/
H A Dsearchbase.py169 def make_button(self, label, command, isdef=0):
173 default=isdef and "active" or "normal")
H A Dsearch.py69 self.make_button("Find Next", self.default_command, isdef=True)
H A Dgrep.py127 self.make_button("Search Files", self.default_command, isdef=True)
H A Dreplace.py92 self.make_button("Replace+Find", self.default_command, isdef=True)

Completed in 4 milliseconds