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.py95 self.do_find(False)
102 if self.do_find(self.ok):
111 if self.do_find(self.ok):
114 self.do_find(False)
188 def do_find(self, ok=False): member in ReplaceDialog
/external/toybox/toys/posix/
Dfind.c209 static int do_find(struct dirtree *new) in do_find() function
704 do_find(0); in find_main()
710 do_find); in find_main()