history           106 lib/mcconfig/history.c     GList *history;
history           109 lib/mcconfig/history.c     history = mc_config_history_get (name);
history           110 lib/mcconfig/history.c     if (history != NULL)
history           113 lib/mcconfig/history.c         item = (char *) history->data;
history           114 lib/mcconfig/history.c         history->data = NULL;
history           115 lib/mcconfig/history.c         history = g_list_first (history);
history           116 lib/mcconfig/history.c         g_list_free_full (history, g_free);
history           188 lib/widget/history.c history_descriptor_init (history_descriptor_t * hd, int y, int x, GList * history, int current)
history           190 lib/widget/history.c     hd->list = history;
history            44 lib/widget/history.h void history_descriptor_init (history_descriptor_t * hd, int y, int x, GList * history,
history            73 lib/widget/input.c     (in->history.list != NULL && WIDGET (in)->rect.cols > HISTORY_BUTTON_WIDTH * 2 + 1 \
history            91 lib/widget/input.c get_history_length (GList * history)
history            95 lib/widget/input.c     for (; history != NULL; history = g_list_previous (history))
history           109 lib/widget/input.c     if (g_list_next (in->history.current) == NULL)
history           111 lib/widget/input.c     else if (g_list_previous (in->history.current) == NULL)
history           160 lib/widget/input.c     len = get_history_length (in->history.list);
history           162 lib/widget/input.c     history_descriptor_init (&hd, WIDGET (in)->rect.y, WIDGET (in)->rect.x, in->history.list,
history           163 lib/widget/input.c                              g_list_position (in->history.list, in->history.list));
history           168 lib/widget/input.c     in->history.list = hd.list;
history           169 lib/widget/input.c     in->history.current = in->history.list;
history           177 lib/widget/input.c     if (len != get_history_length (in->history.list))
history           178 lib/widget/input.c         in->history.changed = TRUE;
history           233 lib/widget/input.c         if (in->history.name != NULL && in->strip_password)
history           248 lib/widget/input.c     if (in->history.list == NULL || in->history.list->data == NULL
history           249 lib/widget/input.c         || strcmp (in->history.list->data, t) != 0 || in->history.changed)
history           251 lib/widget/input.c         in->history.list = list_append_unique (in->history.list, t);
history           252 lib/widget/input.c         in->history.current = in->history.list;
history           253 lib/widget/input.c         in->history.changed = TRUE;
history           592 lib/widget/input.c     if (in->history.list == NULL)
history           598 lib/widget/input.c     prev = g_list_previous (in->history.current);
history           602 lib/widget/input.c         in->history.current = prev;
history           603 lib/widget/input.c         in->history.changed = TRUE;
history           622 lib/widget/input.c     if (in->history.list == NULL)
history           625 lib/widget/input.c     next = g_list_next (in->history.current);
history           629 lib/widget/input.c         in->history.current = in->history.list;
history           634 lib/widget/input.c         in->history.current = next;
history           635 lib/widget/input.c         in->history.changed = TRUE;
history           816 lib/widget/input.c     in->history.list = mc_config_history_load (ev->cfg, in->history.name);
history           817 lib/widget/input.c     in->history.current = in->history.list;
history           823 lib/widget/input.c         if (in->history.list != NULL && in->history.list->data != NULL)
history           824 lib/widget/input.c             def_text = (const char *) in->history.list->data;
history           849 lib/widget/input.c         if (in->history.changed)
history           850 lib/widget/input.c             mc_config_history_save (ev->cfg, in->history.name, in->history.list);
history           851 lib/widget/input.c         in->history.changed = FALSE;
history           865 lib/widget/input.c     if (in->history.list != NULL)
history           868 lib/widget/input.c         in->history.list = g_list_first (in->history.list);
history           869 lib/widget/input.c         g_list_free_full (in->history.list, g_free);
history           871 lib/widget/input.c     g_free (in->history.name);
history           988 lib/widget/input.c     in->history.list = NULL;
history           989 lib/widget/input.c     in->history.current = NULL;
history           990 lib/widget/input.c     in->history.changed = FALSE;
history           991 lib/widget/input.c     in->history.name = NULL;
history           993 lib/widget/input.c         in->history.name = g_strdup (histname);
history            72 lib/widget/input.h     } history;
history           113 src/help.c     } history[HISTORY_SIZE];
history           620 src/help.c         history[history_ptr].page = currentpoint;
history           621 src/help.c         history[history_ptr].link = selected_item;
history           646 src/help.c             history[history_ptr].page = currentpoint;
history           647 src/help.c             history[history_ptr].link = selected_item;
history           660 src/help.c         currentpoint = history[history_ptr].page;
history           661 src/help.c         selected_item = history[history_ptr].link;
history           772 src/help.c             currentpoint = history[history_ptr].page;
history           773 src/help.c             selected_item = history[history_ptr].link;
history           779 src/help.c             history[history_ptr].page = currentpoint;
history           780 src/help.c             history[history_ptr].link = selected_item;
history          1037 src/help.c             history[history_ptr].page = currentpoint;
history          1038 src/help.c             history[history_ptr].link = la->link_name;
history          1155 src/help.c             history[history_ptr].page = currentpoint;
history          1156 src/help.c             history[history_ptr].link = selected_item;