HomeSort by: relevance | last modified time | path
    Searched refs:history_file (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/wpa/dist/src/utils/
edit.h 15 void *ctx, const char *history_file, const char *ps);
16 void edit_deinit(const char *history_file,
edit_readline.c 115 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,
158 if (history_file) {
178 write_history(history_file);
edit_simple.c 67 void *ctx, const char *history_file, const char *ps)
82 void edit_deinit(const char *history_file,
edit.c 1116 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,
1148 if (history_file)
1149 history_write(history_file, filter_cb);
  /src/external/bsd/tmux/dist/
status.c 67 const char *home, *history_file; local
70 history_file = options_get_string(global_options, "history-file");
71 if (*history_file == '\0')
73 if (*history_file == '/')
74 return (xstrdup(history_file));
76 if (history_file[0] != '~' || history_file[1] != '/')
80 xasprintf(&path, "%s%s", home, history_file + 1);
111 char *history_file, *line, *tmp; local
114 if ((history_file = status_prompt_find_history_file()) == NULL
152 char *history_file; local
    [all...]
  /src/external/public-domain/sqlite/dist/autosetup/
jimsh0.c 24270 char *history_file = NULL; local
24277 history_file = Jim_Alloc(history_len);
24278 snprintf(history_file, history_len, "%s/.jim_history", home);
24279 Jim_HistoryLoad(history_file);
24345 if (history_file) {
24346 Jim_HistorySave(history_file);
24367 Jim_Free(history_file);

Completed in 29 milliseconds