Home
last modified time | relevance | path

Searched refs:write_history (Results 1 – 7 of 7) sorted by relevance

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dedit_readline.c178 write_history(history_file); in edit_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dedit_readline.c178 write_history(history_file); in edit_deinit()
/third_party/python/Lib/
Dsite.py481 def write_history(): function
489 atexit.register(write_history)
/third_party/python/Modules/
Dreadline.c304 errno = err = write_history(filename); in readline_write_history_file_impl()
/third_party/python/Doc/library/
Dreadline.rst108 :c:func:`write_history` in the underlying library.
/third_party/python/Misc/NEWS.d/
D3.10.0a1.rst1677 The ``write_history()`` atexit function of the readline completer now
/third_party/sqlite/src/
Dshell.c165 # define shell_write_history(X) write_history(X)