Home
last modified time | relevance | path

Searched refs:isdef (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Lib/idlelib/
Dsearchbase.py169 def make_button(self, label, command, isdef=0): argument
173 default=isdef and "active" or "normal")
Dsearch.py69 self.make_button("Find Next", self.default_command, isdef=True)
Dgrep.py127 self.make_button("Search Files", self.default_command, isdef=True)
Dreplace.py92 self.make_button("Replace+Find", self.default_command, isdef=True)
/third_party/flutter/skia/third_party/externals/libpng/scripts/
Doptions.awk426 isdef = 0
431 if (key == "default") isdef = 1
441 if (isdef && deflt == "")
/third_party/libpng/scripts/
Doptions.awk426 isdef = 0
431 if (key == "default") isdef = 1
441 if (isdef && deflt == "")
/third_party/skia/third_party/externals/libpng/scripts/
Doptions.awk426 isdef = 0
431 if (key == "default") isdef = 1
441 if (isdef && deflt == "")