history_name      151 lib/widget/wtools.c                       const char *history_name, const char *def_text, gboolean strip_password,
history_name      163 lib/widget/wtools.c     if (history_name != NULL && *history_name != '\0')
history_name      164 lib/widget/wtools.c         g_strlcpy (histname + 3, history_name, sizeof (histname) - 3);
history_name      443 lib/widget/wtools.c input_dialog_help (const char *header, const char *text, const char *help, const char *history_name,
history_name      458 lib/widget/wtools.c             strlen (history_name), history_name, strlen (def_text), def_text, sizeof (gboolean),
history_name      463 lib/widget/wtools.c         return fg_input_dialog_help (header, text, help, history_name, def_text, strip_password,
history_name      471 lib/widget/wtools.c input_dialog (const char *header, const char *text, const char *history_name, const char *def_text,
history_name      474 lib/widget/wtools.c     return input_dialog_help (header, text, "[Input Line Keys]", history_name, def_text, FALSE,
history_name      481 lib/widget/wtools.c input_expand_dialog (const char *header, const char *text, const char *history_name,
history_name      486 lib/widget/wtools.c     result = input_dialog (header, text, history_name, def_text, completion_flags);
history_name       65 lib/widget/wtools.h char *input_dialog (const char *header, const char *text, const char *history_name,
history_name       68 lib/widget/wtools.h                          const char *history_name, const char *def_text, gboolean strip_password,
history_name       70 lib/widget/wtools.h char *input_expand_dialog (const char *header, const char *text, const char *history_name,
history_name      380 src/filemanager/cmd.c nice_cd (const char *text, const char *xtext, const char *help, const char *history_name,
history_name      386 src/filemanager/cmd.c     machine = input_dialog_help (text, xtext, help, history_name, INPUT_LAST_TEXT, strip_password,
history_name     2528 src/filemanager/panel.c                                     const char *history_name, const char *help_section, char **str)
history_name     2539 src/filemanager/panel.c         QUICK_INPUT (INPUT_LAST_TEXT, history_name, &reg_exp, NULL,
history_name     2605 src/filemanager/panel.c panel_select_unselect_files (WPanel *panel, const char *title, const char *history_name,
history_name     2612 src/filemanager/panel.c     search = panel_select_unselect_files_dialog (&panels_options.select_flags, title, history_name,