Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DSearchDialogBase.py163 def make_button(self, label, command, isdef=0): argument
167 default=isdef and "active" or "normal")
/external/python/cpython3/Lib/idlelib/
Dsearchbase.py167 def make_button(self, label, command, isdef=0): argument
171 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.py90 self.make_button("Replace+Find", self.default_command, isdef=True)
/external/libpng/scripts/
Doptions.awk426 isdef = 0
431 if (key == "default") isdef = 1
441 if (isdef && deflt == "")