Home
last modified time | relevance | path

Searched refs:callme (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/
Dparenmatch.py160 def callme(callme, self=self, c=self.counter, function
165 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
166 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
/third_party/elfutils/tests/
Dcleanup-13.c300 __attribute__((noinline)) static void callme () in callme() function
309 callme (); in doit()