Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dhistory.py29 text.bind("<<history-next>>", self.history_next)
31 def history_next(self, event): member in History
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dedit.c250 static void history_next(void) in history_next() function
1040 history_next(); in edit_read_char()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dedit.c250 static void history_next(void) in history_next() function
1040 history_next(); in edit_read_char()
/third_party/python/Lib/idlelib/idle_test/
Dtest_history.py167 self.history.history_next('dummy event')