Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/library/
Dreadline.rst292 histfile = os.path.join(os.path.expanduser("~"), ".python_history")
294 readline.read_history_file(histfile)
300 atexit.register(readline.write_history_file, histfile)
311 histfile = os.path.join(os.path.expanduser("~"), ".python_history")
314 readline.read_history_file(histfile)
317 open(histfile, 'wb').close()
320 def save(prev_h_len, histfile):
323 readline.append_history_file(new_h_len - prev_h_len, histfile)
324 atexit.register(save, h_len, histfile)
336 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.t8355 category: !no-histfile