current_group     283 lib/serialize.c     char *current_group = NULL, *current_param = NULL, *current_value = NULL;
current_group     297 lib/serialize.c         if ((current_status == WAIT_GROUP) && (*data == 'p') && (current_group != NULL))
current_group     303 lib/serialize.c             g_free (current_group);
current_group     305 lib/serialize.c             current_group = mc_deserialize_str ('g', data, error);
current_group     306 lib/serialize.c             if (current_group == NULL)
current_group     309 lib/serialize.c             data = go_to_end_of_serialized_string (data, current_group, &current_position);
current_group     318 lib/serialize.c                 g_free (current_group);
current_group     329 lib/serialize.c                 g_free (current_group);
current_group     333 lib/serialize.c             mc_config_set_string (ret_data, current_group, current_param, current_value);
current_group     343 lib/serialize.c     g_free (current_group);
current_group     908 src/filemanager/ext.c     const char *current_group;
current_group    1056 src/filemanager/ext.c         current_group = include_group != NULL ? include_group : *group_iter;
current_group    1059 src/filemanager/ext.c         current_group = default_group;
current_group    1060 src/filemanager/ext.c         found = mc_config_has_group (ext_ini, current_group);
current_group    1067 src/filemanager/ext.c         action_value = mc_config_get_string_raw (ext_ini, current_group, action, NULL);
current_group     204 src/filemanager/hotlist.c static struct hotlist *current_group;
current_group     255 src/filemanager/hotlist.c     p = g_strconcat (" ", current_group->label, " ", (char *) NULL);
current_group     273 src/filemanager/hotlist.c     for (current = current_group->head; current != NULL; current = current->next)
current_group     298 src/filemanager/hotlist.c     struct hotlist *current = current_group->head;
current_group     301 src/filemanager/hotlist.c         current_group->head = entry->next;
current_group     331 src/filemanager/hotlist.c         struct hotlist *saved = current_group;
current_group     346 src/filemanager/hotlist.c         moveto_group = current_group;
current_group     348 src/filemanager/hotlist.c         current_group = saved;
current_group     439 src/filemanager/hotlist.c             current_group = hlp;
current_group     451 src/filemanager/hotlist.c         current_group = current_group->up;
current_group     913 src/filemanager/hotlist.c     if (current_group == NULL)
current_group     927 src/filemanager/hotlist.c     new->up = current_group;
current_group     931 src/filemanager/hotlist.c         current_group = new;
current_group     933 src/filemanager/hotlist.c         current_group = new->up;
current_group     936 src/filemanager/hotlist.c     if (current_group->head == NULL)
current_group     939 src/filemanager/hotlist.c         current_group->head = new;
current_group     946 src/filemanager/hotlist.c     else if (pos == LISTBOX_APPEND_BEFORE && current == current_group->head)
current_group     950 src/filemanager/hotlist.c         current_group->head = new;
current_group     954 src/filemanager/hotlist.c         struct hotlist *p = current_group->head;
current_group     964 src/filemanager/hotlist.c         struct hotlist *p = current_group->head;
current_group    1202 src/filemanager/hotlist.c     current_group = grp;
current_group    1323 src/filemanager/hotlist.c     current_group = grp;
current_group    1334 src/filemanager/hotlist.c             current_group = grp;
current_group    1376 src/filemanager/hotlist.c     current_group = grp;
current_group    1387 src/filemanager/hotlist.c             current_group = grp;
current_group    1511 src/filemanager/hotlist.c     current_group = hotlist;
current_group    1584 src/filemanager/hotlist.c     if (current_group != hotlist && hotlist_has_dot_dot)
current_group    1713 src/filemanager/hotlist.c     current_group = NULL;