histname          952 lib/widget/input.c input_new (int y, int x, const int *colors, int width, const char *def_text, const char *histname,
histname          992 lib/widget/input.c     if ((histname != NULL) && (*histname != '\0'))
histname          993 lib/widget/input.c         in->history.name = g_strdup (histname);
histname           86 lib/widget/input.h WInput *input_new (int y, int x, const int *colors, int len, const char *text, const char *histname,
histname           75 lib/widget/quick.c     in = input_new (y, x, input_colors, 8, qw->u.input.text, qw->u.input.histname,
histname           56 lib/widget/quick.h                  .histname = hname,                                                                \
histname           78 lib/widget/quick.h                 .histname = hname,                                                                 \
histname          135 lib/widget/quick.h                 .histname = NULL,                                                                  \
histname          164 lib/widget/quick.h                 .histname = NULL,                                                                  \
histname          179 lib/widget/quick.h                 .histname = NULL,                                                                  \
histname          194 lib/widget/quick.h                 .histname = NULL,                                                                  \
histname          228 lib/widget/quick.h                 .histname = NULL,                                                                  \
histname          304 lib/widget/quick.h             const char *histname;
histname          155 lib/widget/wtools.c     char histname[64] = "inp|";
histname          164 lib/widget/wtools.c         g_strlcpy (histname + 3, history_name, sizeof (histname) - 3);
histname          171 lib/widget/wtools.c         histname[3] = '\0';
histname          176 lib/widget/wtools.c         QUICK_LABELED_INPUT (p_text, input_label_above, def_text, histname, &my_str, NULL,