HomeSort by relevance Sort by last modified time
    Searched defs:history_prev (Results 1 - 3 of 3) sorted by null

  /external/python/cpython2/Lib/idlelib/
IdleHistory.py 11 history_prev - Bound to <<history-prev>> event (default Alt-P).
27 text.bind("<<history-previous>>", self.history_prev)
35 def history_prev(self, event): member in class:History
71 if not self.cyclic and pointer < 0: # abort history_prev
  /external/python/cpython3/Lib/idlelib/
history.py 12 history_prev - Bound to <<history-prev>> event (default Alt-P).
28 text.bind("<<history-previous>>", self.history_prev)
36 def history_prev(self, event): member in class:History
72 if not self.cyclic and pointer < 0: # abort history_prev
  /external/wpa_supplicant_8/src/utils/
edit.c 224 static void history_prev(void) function
1036 history_prev();

Completed in 349 milliseconds