Home
last modified time | relevance | path

Searched refs:history_filename (Results 76 – 98 of 98) sorted by relevance

1234

/dports/games/crafty/crafty-25.2_1/
H A Ddata.c17 char history_filename[256]; variable
H A Doption.c1655 sprintf(history_filename, "%s/game.%03d", log_path, id); in Option()
1657 history_file = fopen(history_filename, "w+"); in Option()
/dports/devel/py-spyder/spyder-3.2.7/spyder/plugins/
H A Dipythonconsole.py997 history_filename=get_conf_path('history.py'),
1266 self.historylog.add_history(client.history_filename)
1736 history_filename=get_conf_path('history.py'),
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A Dtermed.cpp751 static string history_filename; variable
797 history_filename = fname.str(); in input_history_init()
800 std::ifstream h(history_filename, std::ifstream::in); in input_history_init()
912 std::ofstream h(history_filename, std::ofstream::out); in input_history_end()
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dtermed.cpp751 static string history_filename; variable
797 history_filename = fname.str(); in input_history_init()
800 std::ifstream h(history_filename, std::ifstream::in); in input_history_init()
912 std::ofstream h(history_filename, std::ofstream::out); in input_history_end()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dbasic_pro.cpp201 string history_filename = pathToGDL_history + "history"; in exitgdl() local
202 if (debug) cout << "History file name: " << history_filename << endl; in exitgdl()
203 result = write_history(history_filename.c_str()); in exitgdl()
/dports/cad/chipvault/chipvault-200607/
H A Dcv.pl4648 $history_filename=solve_path($new_filename) . $hist_log_header.
4651 $rc = open( history_output_file , ">>" . $history_filename );#Apnd
4927 $history_filename=solve_path($new_filename) . $hist_log_header.
4931 $rc = open( history_output_file , ">>" . $history_filename );#Apnd
4935 dialog_box(-1,"ERROR $perl_line:$bell# Can't Append to $history_filename ".
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dsession_state.cc3875 const string history_filename = legalize_for_path (snapshot_name) + history_suffix; in save_history() local
3876 const string backup_filename = history_filename + backup_suffix; in save_history()
3877 const std::string xml_path(Glib::build_filename (_session_dir->root_path(), history_filename)); in save_history()
/dports/net-im/scli/scli-0.6.5/
H A Dscli1667 for history_filename in (self._history, history_backup_filename):
1669 with open(history_filename, 'r') as history_fileobj:
1680 os.replace(history_filename, history_backup_filename)
/dports/www/awffull/awffull-3.10.2/src/
H A Dawffull.c1151 g_settings.settings.history_filename = save_opt(value); in get_config()
/dports/devel/rlwrap/rlwrap-0.45.2/
H A DNEWS584 history_filename and completion_filename now live on the heap
/dports/japanese/awffull/awffull-3.10.2/src/
H A Dawffull.c1171 g_settings.settings.history_filename = save_opt(value); in get_config()
/dports/devel/py-prompt-toolkit1/prompt_toolkit-1.0.18/
H A DCHANGELOG1074 - get_input does now have a history attribute instead of history_filename.
/dports/devel/gdb/gdb-11.1/readline/readline/
H A DChangeLog.gdb72 * histfile.c (history_filename) [_WIN32]: Windows-specific
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/
H A DCHANGELOG1398 - get_input does now have a history attribute instead of history_filename.
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/
H A DCHANGELOG1752 - get_input does now have a history attribute instead of history_filename.
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A DChangeLog-3.x2966 write_history_p, history_filename. Initialized them to default
/dports/devel/gdb/gdb-11.1/gdb/
H A DChangeLog-3.x2966 write_history_p, history_filename. Initialized them to default
H A DChangeLog-202015064 (history_filename): Add comment.
15068 (init_history): Compare history_filename against nullptr, and only
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A DChangeLog-3.x2966 write_history_p, history_filename. Initialized them to default
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A DChangeLog-3.x2966 write_history_p, history_filename. Initialized them to default
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A DChangeLog-3.x2966 write_history_p, history_filename. Initialized them to default
/dports/graphics/dia/dia-0.97.3/
H A DChangeLog.pre-git10411 g_free(history_filename);

1234