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     206 src/filemanager/hotlist.c static struct hotlist *current_group;
current_group     257 src/filemanager/hotlist.c     p = g_strconcat (" ", current_group->label, " ", (char *) NULL);
current_group     278 src/filemanager/hotlist.c     for (current = current_group->head; current != NULL; current = current->next)
current_group     306 src/filemanager/hotlist.c     struct hotlist *current = current_group->head;
current_group     309 src/filemanager/hotlist.c         current_group->head = entry->next;
current_group     339 src/filemanager/hotlist.c             struct hotlist *saved = current_group;
current_group     354 src/filemanager/hotlist.c             moveto_group = current_group;
current_group     356 src/filemanager/hotlist.c             current_group = saved;
current_group     447 src/filemanager/hotlist.c                 current_group = hlp;
current_group     459 src/filemanager/hotlist.c             current_group = current_group->up;
current_group     925 src/filemanager/hotlist.c     if (current_group == NULL)
current_group     939 src/filemanager/hotlist.c     new->up = current_group;
current_group     943 src/filemanager/hotlist.c         current_group = new;
current_group     945 src/filemanager/hotlist.c         current_group = new->up;
current_group     948 src/filemanager/hotlist.c     if (current_group->head == NULL)
current_group     951 src/filemanager/hotlist.c         current_group->head = new;
current_group     958 src/filemanager/hotlist.c     else if (pos == LISTBOX_APPEND_BEFORE && current == current_group->head)
current_group     962 src/filemanager/hotlist.c         current_group->head = new;
current_group     966 src/filemanager/hotlist.c         struct hotlist *p = current_group->head;
current_group     976 src/filemanager/hotlist.c         struct hotlist *p = current_group->head;
current_group    1212 src/filemanager/hotlist.c     current_group = grp;
current_group    1333 src/filemanager/hotlist.c     current_group = grp;
current_group    1345 src/filemanager/hotlist.c             current_group = grp;
current_group    1387 src/filemanager/hotlist.c     current_group = grp;
current_group    1399 src/filemanager/hotlist.c             current_group = grp;
current_group    1523 src/filemanager/hotlist.c     current_group = hotlist;
current_group    1594 src/filemanager/hotlist.c     if (current_group != hotlist && hotlist_has_dot_dot)
current_group    1724 src/filemanager/hotlist.c     current_group = NULL;