Searched refs:histfile (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython3/Doc/library/ |
D | readline.rst | 292 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/ |
D | readline.rst | 278 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/ |
D | main.py | 522 cfg.TerminalInteractiveShell.hist_file = conf.histfile 527 hist_file=conf.histfile if conf.histfile else None,
|
D | config.py | 409 histfile = os.getenv('SCAPY_HISTFILE', variable in Conf
|
/external/mksh/src/ |
D | check.t | 8355 category: !no-histfile
|