Home
last modified time | relevance | path

Searched defs:history_next (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/idlelib/
DIdleHistory.py30 def history_next(self, event): member in History
/external/python/cpython3/Lib/idlelib/
Dhistory.py31 def history_next(self, event): member in History
/external/wpa_supplicant_8/src/utils/
Dedit.c250 static void history_next(void) in history_next() function