Searched refs:isdef (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/idlelib/ |
D | SearchDialogBase.py | 163 def make_button(self, label, command, isdef=0): argument 167 default=isdef and "active" or "normal")
|
/external/python/cpython3/Lib/idlelib/ |
D | searchbase.py | 167 def make_button(self, label, command, isdef=0): argument 171 default=isdef and "active" or "normal")
|
D | search.py | 69 self.make_button("Find Next", self.default_command, isdef=True)
|
D | grep.py | 127 self.make_button("Search Files", self.default_command, isdef=True)
|
D | replace.py | 90 self.make_button("Replace+Find", self.default_command, isdef=True)
|
/external/libpng/scripts/ |
D | options.awk | 426 isdef = 0 431 if (key == "default") isdef = 1 441 if (isdef && deflt == "")
|