Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dreadline.c384 _py_free_history_entry(HIST_ENTRY *entry) in _py_free_history_entry() function
395 _py_free_history_entry(HIST_ENTRY *entry) in _py_free_history_entry() function
427 _py_free_history_entry(entry); in py_remove_history()
459 _py_free_history_entry(old_entry); in py_replace_history()
/external/python/cpython3/Modules/
Dreadline.c497 _py_free_history_entry(HIST_ENTRY *entry) in _py_free_history_entry() function
508 _py_free_history_entry(HIST_ENTRY *entry) in _py_free_history_entry() function
540 _py_free_history_entry(entry); in py_remove_history()
578 _py_free_history_entry(old_entry); in py_replace_history()