Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dreadline.c536 _py_get_history_length(void) in _py_get_history_length() function
565 int length = _py_get_history_length(); in get_history_item()
597 return PyInt_FromLong((long)_py_get_history_length()); in get_current_history_length()
1163 int length = _py_get_history_length(); in call_readline()
/external/python/cpython3/Modules/
Dreadline.c673 _py_get_history_length(void) in _py_get_history_length() function
702 int length = _py_get_history_length(); in get_history_item()
734 return PyLong_FromLong((long)_py_get_history_length()); in get_current_history_length()
1281 int length = _py_get_history_length(); in call_readline()