Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dreplace.py97 self.do_find(False)
104 if self.do_find(self.ok):
113 if self.do_find(self.ok):
116 self.do_find(False)
190 def do_find(self, ok=False): member in ReplaceDialog
/third_party/boost/boost/algorithm/string/detail/
Dfind_iterator.hpp57 match_type do_find( in do_find() function in boost::algorithm::detail::find_iterator_base
/third_party/boost/boost/algorithm/string/
Dfind_iterator.hpp135 m_Match=this->do_find(m_Match.end(),m_End); in increment()
310 match_type FindMatch=this->do_find( m_Next, m_End ); in increment()
/third_party/toybox/toys/posix/
Dfind.c209 static int do_find(struct dirtree *new) in do_find() function
700 do_find(0); in find_main()
706 do_find); in find_main()