Home
last modified time | relevance | path

Searched refs:do_find (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DReplaceDialog.py53 self.do_find(0)
56 if self.do_find(self.ok):
60 if self.do_find(self.ok):
63 self.do_find(0)
127 def do_find(self, ok=0): member in ReplaceDialog
/external/python/cpython3/Lib/idlelib/
Dreplace.py62 self.do_find(0)
65 if self.do_find(self.ok):
70 if self.do_find(self.ok):
73 self.do_find(0)
139 def do_find(self, ok=0): member in ReplaceDialog
/external/toybox/toys/posix/
Dfind.c198 static int do_find(struct dirtree *new) in do_find() function
586 do_find(0); in find_main()
591 do_find); in find_main()