Home
last modified time | relevance | path

Searched refs:histfile (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Doc/library/
Dreadline.rst300 histfile = os.path.join(os.path.expanduser("~"), ".python_history")
302 readline.read_history_file(histfile)
308 atexit.register(readline.write_history_file, histfile)
319 histfile = os.path.join(os.path.expanduser("~"), ".python_history")
322 readline.read_history_file(histfile)
325 open(histfile, 'wb').close()
328 def save(prev_h_len, histfile):
331 readline.append_history_file(new_h_len - prev_h_len, histfile)
332 atexit.register(save, h_len, histfile)
344 histfile=os.path.expanduser("~/.console-history")):
[all …]
/external/python/cpython2/Doc/library/
Dreadline.rst278 histfile = os.path.join(os.path.expanduser("~"), ".pyhist")
280 readline.read_history_file(histfile)
286 atexit.register(readline.write_history_file, histfile)
287 del os, histfile
299 histfile=os.path.expanduser("~/.console-history")):
301 self.init_history(histfile)
303 def init_history(self, histfile):
307 readline.read_history_file(histfile)
310 atexit.register(self.save_history, histfile)
312 def save_history(self, histfile):
[all …]
/external/scapy/scapy/
Dmain.py522 cfg.TerminalInteractiveShell.hist_file = conf.histfile
527 hist_file=conf.histfile if conf.histfile else None,
Dconfig.py409 histfile = os.getenv('SCAPY_HISTFILE', variable in Conf
/external/mksh/src/
Dcheck.t8683 category: !no-histfile