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     913 src/filemanager/ext.c     const char *current_group;
current_group    1060 src/filemanager/ext.c         current_group = include_group != NULL ? include_group : *group_iter;
current_group    1063 src/filemanager/ext.c         current_group = default_group;
current_group    1064 src/filemanager/ext.c         found = mc_config_has_group (ext_ini, current_group);
current_group    1071 src/filemanager/ext.c         action_value = mc_config_get_string_raw (ext_ini, current_group, action, NULL);
current_group     205 src/filemanager/hotlist.c static struct hotlist *current_group;
current_group     256 src/filemanager/hotlist.c     p = g_strconcat (" ", current_group->label, " ", (char *) NULL);
current_group     274 src/filemanager/hotlist.c     for (current = current_group->head; current != NULL; current = current->next)
current_group     299 src/filemanager/hotlist.c     struct hotlist *current = current_group->head;
current_group     302 src/filemanager/hotlist.c         current_group->head = entry->next;
current_group     332 src/filemanager/hotlist.c             struct hotlist *saved = current_group;
current_group     347 src/filemanager/hotlist.c             moveto_group = current_group;
current_group     349 src/filemanager/hotlist.c             current_group = saved;
current_group     440 src/filemanager/hotlist.c                 current_group = hlp;
current_group     452 src/filemanager/hotlist.c             current_group = current_group->up;
current_group     918 src/filemanager/hotlist.c     if (current_group == NULL)
current_group     932 src/filemanager/hotlist.c     new->up = current_group;
current_group     936 src/filemanager/hotlist.c         current_group = new;
current_group     938 src/filemanager/hotlist.c         current_group = new->up;
current_group     941 src/filemanager/hotlist.c     if (current_group->head == NULL)
current_group     944 src/filemanager/hotlist.c         current_group->head = new;
current_group     951 src/filemanager/hotlist.c     else if (pos == LISTBOX_APPEND_BEFORE && current == current_group->head)
current_group     955 src/filemanager/hotlist.c         current_group->head = new;
current_group     959 src/filemanager/hotlist.c         struct hotlist *p = current_group->head;
current_group     969 src/filemanager/hotlist.c         struct hotlist *p = current_group->head;
current_group    1204 src/filemanager/hotlist.c     current_group = grp;
current_group    1325 src/filemanager/hotlist.c     current_group = grp;
current_group    1337 src/filemanager/hotlist.c             current_group = grp;
current_group    1379 src/filemanager/hotlist.c     current_group = grp;
current_group    1391 src/filemanager/hotlist.c             current_group = grp;
current_group    1515 src/filemanager/hotlist.c     current_group = hotlist;
current_group    1586 src/filemanager/hotlist.c     if (current_group != hotlist && hotlist_has_dot_dot)
current_group    1716 src/filemanager/hotlist.c     current_group = NULL;