Home
last modified time | relevance | path

Searched refs:isdef (Results 1 – 3 of 3) 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.py160 def make_button(self, label, command, isdef=0): argument
164 default=isdef and "active" or "normal")
/external/libpng/scripts/
Doptions.awk426 isdef = 0
431 if (key == "default") isdef = 1
441 if (isdef && deflt == "")