Searched refs:append_history (Results 1 – 10 of 10) sorted by relevance
/external/rust/crates/libz-sys/src/zlib-ng/arch/s390/ |
D | dfltcc_deflate.c | 346 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/ |
D | readline.c | 285 errno = err = append_history(nelements, filename); in append_history_file()
|
/external/python/cpython3/Doc/library/ |
D | readline.rst | 115 :c:func:`append_history` in the underlying library. This function
|
/external/libxml2/ |
D | CMakeLists.txt | 175 check_library_exists(history append_history "" HAVE_LIBHISTORY)
|
D | configure.ac | 1132 AC_CHECK_LIB(history, append_history,[
|
/external/python/cpython3/Lib/tkinter/ |
D | tix.py | 598 def append_history(self, str): member in ComboBox
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tix.py | 600 def append_history(self, str): member in ComboBox
|
/external/python/cpython3/ |
D | pyconfig.h.in | 838 /* Define if readline supports append_history */
|
D | configure.ac | 4963 AC_CHECK_LIB(readline, append_history, 4965 [Define if readline supports append_history]), ,$READLINE_LIBS)
|
D | configure | 15852 char append_history (); 15856 return append_history ();
|