Home
last modified time | relevance | path

Searched refs:add_history (Results 1 – 16 of 16) sorted by relevance

/third_party/python/Lib/test/
Dtest_readline.py52 readline.add_history("first line")
53 readline.add_history("second line")
82 readline.add_history("first line")
83 readline.add_history("second line")
121 readline.add_history("entrée 1")
124 readline.add_history("entrée 2")
133 readline.add_history("dummy")
178 readline.add_history("\xEB\xEF")
/third_party/qrcodegen/rust/src/
Dlib.rs634 runhistory.add_history(runx); in get_penalty_score()
658 runhistory.add_history(runy); in get_penalty_score()
824 pub fn add_history(&mut self, mut currentrunlength: i32) { in add_history() method
850 self.add_history(currentrunlength); in terminate_and_count()
854 self.add_history(currentrunlength); in terminate_and_count()
/third_party/python/Modules/
Dreadline.c707 add_history(PyBytes_AS_STRING(encoded)); in readline_add_history()
1215 add_history("1"); in setup_readline()
1227 add_history("2"); in setup_readline()
1429 add_history(p); in call_readline()
/third_party/qrcodegen/rust-no-heap/src/
Dlib.rs728 runhistory.add_history(runx); in get_penalty_score()
752 runhistory.add_history(runy); in get_penalty_score()
952 pub fn add_history(&mut self, mut currentrunlength: i32) { in add_history() method
976 self.add_history(currentrunlength); in terminate_and_count()
980 self.add_history(currentrunlength); in terminate_and_count()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dedit_readline.c100 add_history(cmd); in readline_cmd_handler()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dedit_readline.c100 add_history(cmd); in readline_cmd_handler()
/third_party/python/Doc/library/
Dreadline.rst172 .. function:: add_history(line)
175 This calls :c:func:`add_history` in the underlying library.
180 Enable or disable automatic calls to :c:func:`add_history` when reading
/third_party/pcre2/pcre2/maint/
Ducptest.c1059 if (len > 0) add_history(CS s); in main()
/third_party/python/Doc/faq/
Dextending.rst325 add_history (line); /* save non-empty lines */
/third_party/python/Lib/tkinter/
Dtix.py597 def add_history(self, str): member in ComboBox
/third_party/pcre2/pcre2/src/
Dpcre2test.c3457 if (len > 0) add_history(s); in extend_inputline()
/third_party/skia/third_party/externals/wuffs/release/c/
Dwuffs-v0.2.c2842 add_history(wuffs_base__slice_u8 a_hist) { in add_history() function
Dwuffs-v0.3.c7227 add_history( in add_history() function
/third_party/sqlite/src/
Dshell.c163 # define shell_add_history(X) add_history(X)
/third_party/astc-encoder/Source/
Dwuffs-v0.3.c7442 add_history( in add_history() function
/third_party/python/Misc/
DHISTORY23877 pre_event_hook, and adds the add_history() function.