Searched refs:history_file (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/wpa/src/utils/
H A Dedit.h15 void *ctx, const char *history_file, const char *ps);
16 void edit_deinit(const char *history_file,
H A Dedit_readline.c115 void *ctx, const char *history_file, const char *ps)
123 if (history_file) {
124 read_history(history_file);
147 void edit_deinit(const char *history_file, argument
158 if (history_file) {
178 write_history(history_file);
112 edit_init(void (*cmd_cb)(void *ctx, char *cmd), void (*eof_cb)(void *ctx), char ** (*completion_cb)(void *ctx, const char *cmd, int pos), void *ctx, const char *history_file, const char *ps) argument
H A Dedit_simple.c67 void *ctx, const char *history_file, const char *ps)
82 void edit_deinit(const char *history_file, argument
64 edit_init(void (*cmd_cb)(void *ctx, char *cmd), void (*eof_cb)(void *ctx), char ** (*completion_cb)(void *ctx, const char *cmd, int pos), void *ctx, const char *history_file, const char *ps) argument
H A Dedit.c1116 void *ctx, const char *history_file, const char *ps)
1121 if (history_file)
1122 history_read(history_file);
1144 void edit_deinit(const char *history_file, argument
1148 if (history_file)
1149 history_write(history_file, filter_cb);
1113 edit_init(void (*cmd_cb)(void *ctx, char *cmd), void (*eof_cb)(void *ctx), char ** (*completion_cb)(void *ctx, const char *cmd, int pos), void *ctx, const char *history_file, const char *ps) argument
/freebsd-12-stable/contrib/llvm-project/lldb/source/Utility/
H A DGDBRemote.cpp150 FileSpec history_file = GetRoot().CopyByAppendingPathComponent(Info::file); local
153 m_stream_up = std::make_unique<raw_fd_ostream>(history_file.GetPath(), EC,
/freebsd-12-stable/usr.bin/units/
H A Dunits.c766 char const * history_file; local
770 history_file = NULL;
786 history_file = optarg;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3374 llvm::Optional<std::string> history_file = multi_loader->GetNextFile();
3375 if (!history_file)
3380 m_gdb_replay_server.LoadReplayHistory(FileSpec(*history_file)))

Completed in 84 milliseconds