grp               301 lib/utilunix.c     struct group *grp;
grp               309 lib/utilunix.c     grp = getgrgid (gid);
grp               310 lib/utilunix.c     if (grp != NULL)
grp               312 lib/utilunix.c         i_cache_add ((int) gid, gid_cache, GID_CACHE_SIZE, grp->gr_name, (int *) &gid_last);
grp               313 lib/utilunix.c         return grp->gr_name;
grp               439 src/filemanager/chown.c             struct group *grp;
grp               444 src/filemanager/chown.c             grp = getgrnam (text);
grp               445 src/filemanager/chown.c             if (grp != NULL)
grp               446 src/filemanager/chown.c                 new_group = grp->gr_gid;
grp               497 src/filemanager/chown.c             struct group *grp;
grp               501 src/filemanager/chown.c             grp = getgrnam (text);
grp               502 src/filemanager/chown.c             if (grp != NULL)
grp               504 src/filemanager/chown.c                 new_group = grp->gr_gid;
grp               896 src/filemanager/hotlist.c find_group_section (struct hotlist *grp)
grp               898 src/filemanager/hotlist.c     return g_strconcat (grp->directory, ".Group", (char *) NULL);
grp              1113 src/filemanager/hotlist.c remove_group (struct hotlist *grp)
grp              1115 src/filemanager/hotlist.c     struct hotlist *current = grp->head;
grp              1192 src/filemanager/hotlist.c load_group (struct hotlist *grp)
grp              1198 src/filemanager/hotlist.c     group_section = find_group_section (grp);
grp              1202 src/filemanager/hotlist.c     current_group = grp;
grp              1210 src/filemanager/hotlist.c     keys = mc_config_get_keys (mc_global.main_config, grp->directory, NULL);
grp              1219 src/filemanager/hotlist.c     for (current = grp->head; current; current = current->next)
grp              1317 src/filemanager/hotlist.c hot_load_group (struct hotlist *grp)
grp              1323 src/filemanager/hotlist.c     current_group = grp;
grp              1334 src/filemanager/hotlist.c             current_group = grp;
grp              1370 src/filemanager/hotlist.c hot_load_file (struct hotlist *grp)
grp              1376 src/filemanager/hotlist.c     current_group = grp;
grp              1387 src/filemanager/hotlist.c             current_group = grp;
grp              1517 src/filemanager/hotlist.c hot_save_group (struct hotlist *grp)
grp              1531 src/filemanager/hotlist.c     for (current = grp->head; current != NULL; current = current->next)
grp               463 src/setup.c    setup__is_cfg_group_must_panel_config (const char *grp)
grp               465 src/setup.c        return (strcasecmp ("Dirs", grp) == 0 || strcasecmp ("Temporal:New Right Panel", grp) == 0
grp               466 src/setup.c                || strcasecmp ("Temporal:New Left Panel", grp) == 0
grp               467 src/setup.c                || strcasecmp ("New Left Panel", grp) == 0 || strcasecmp ("New Right Panel", grp) == 0)
grp               468 src/setup.c            ? grp