Home
last modified time | relevance | path

Searched refs:append_history (Results 1 – 10 of 10) sorted by relevance

/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/
Ddfltcc_deflate.c346 static void append_history(struct dfltcc_param_v0 *param, unsigned char *history, const unsigned ch… in append_history() function
382 append_history(param, state->window, dictionary, dict_length); in dfltcc_deflate_set_dictionary()
/external/python/cpython3/Modules/
Dreadline.c285 errno = err = append_history(nelements, filename); in append_history_file()
/external/python/cpython3/Doc/library/
Dreadline.rst115 :c:func:`append_history` in the underlying library. This function
/external/libxml2/
DCMakeLists.txt175 check_library_exists(history append_history "" HAVE_LIBHISTORY)
Dconfigure.ac1132 AC_CHECK_LIB(history, append_history,[
/external/python/cpython3/Lib/tkinter/
Dtix.py598 def append_history(self, str): member in ComboBox
/external/python/cpython2/Lib/lib-tk/
DTix.py600 def append_history(self, str): member in ComboBox
/external/python/cpython3/
Dpyconfig.h.in838 /* Define if readline supports append_history */
Dconfigure.ac4963 AC_CHECK_LIB(readline, append_history,
4965 [Define if readline supports append_history]), ,$READLINE_LIBS)
Dconfigure15852 char append_history ();
15856 return append_history ();