grp               309 lib/utilunix.c     struct group *grp;
grp               317 lib/utilunix.c     grp = getgrgid (gid);
grp               318 lib/utilunix.c     if (grp != NULL)
grp               320 lib/utilunix.c         i_cache_add ((int) gid, gid_cache, GID_CACHE_SIZE, grp->gr_name, (int *) &gid_last);
grp               321 lib/utilunix.c         return grp->gr_name;
grp               460 src/filemanager/chown.c                 struct group *grp;
grp               465 src/filemanager/chown.c                 grp = getgrnam (text);
grp               466 src/filemanager/chown.c                 if (grp != NULL)
grp               467 src/filemanager/chown.c                     new_group = grp->gr_gid;
grp               518 src/filemanager/chown.c                 struct group *grp;
grp               522 src/filemanager/chown.c                 grp = getgrnam (text);
grp               523 src/filemanager/chown.c                 if (grp != NULL)
grp               525 src/filemanager/chown.c                     new_group = grp->gr_gid;
grp               908 src/filemanager/hotlist.c find_group_section (struct hotlist *grp)
grp               910 src/filemanager/hotlist.c     return g_strconcat (grp->directory, ".Group", (char *) NULL);
grp              1123 src/filemanager/hotlist.c remove_group (struct hotlist *grp)
grp              1125 src/filemanager/hotlist.c     struct hotlist *current = grp->head;
grp              1202 src/filemanager/hotlist.c load_group (struct hotlist *grp)
grp              1208 src/filemanager/hotlist.c     group_section = find_group_section (grp);
grp              1212 src/filemanager/hotlist.c     current_group = grp;
grp              1220 src/filemanager/hotlist.c     keys = mc_config_get_keys (mc_global.main_config, grp->directory, NULL);
grp              1229 src/filemanager/hotlist.c     for (current = grp->head; current; current = current->next)
grp              1327 src/filemanager/hotlist.c hot_load_group (struct hotlist *grp)
grp              1333 src/filemanager/hotlist.c     current_group = grp;
grp              1345 src/filemanager/hotlist.c             current_group = grp;
grp              1381 src/filemanager/hotlist.c hot_load_file (struct hotlist *grp)
grp              1387 src/filemanager/hotlist.c     current_group = grp;
grp              1399 src/filemanager/hotlist.c             current_group = grp;
grp              1529 src/filemanager/hotlist.c hot_save_group (struct hotlist *grp)
grp              1541 src/filemanager/hotlist.c     for (current = grp->head; current != NULL; current = current->next)
grp               448 src/setup.c    setup__is_cfg_group_must_panel_config (const char *grp)
grp               450 src/setup.c        return (!strcasecmp ("Dirs", grp) ||
grp               451 src/setup.c                !strcasecmp ("Temporal:New Right Panel", grp) ||
grp               452 src/setup.c                !strcasecmp ("Temporal:New Left Panel", grp) ||
grp               453 src/setup.c                !strcasecmp ("New Left Panel", grp) || !strcasecmp ("New Right Panel", grp))
grp               454 src/setup.c            ? grp : NULL;