grp 307 lib/utilunix.c struct group *grp; grp 315 lib/utilunix.c grp = getgrgid (gid); grp 316 lib/utilunix.c if (grp != NULL) grp 318 lib/utilunix.c i_cache_add ((int) gid, gid_cache, GID_CACHE_SIZE, grp->gr_name, (int *) &gid_last); grp 319 lib/utilunix.c return grp->gr_name; grp 457 src/filemanager/chown.c struct group *grp; grp 462 src/filemanager/chown.c grp = getgrnam (text); grp 463 src/filemanager/chown.c if (grp != NULL) grp 464 src/filemanager/chown.c new_group = grp->gr_gid; grp 515 src/filemanager/chown.c struct group *grp; grp 519 src/filemanager/chown.c grp = getgrnam (text); grp 520 src/filemanager/chown.c if (grp != NULL) grp 522 src/filemanager/chown.c new_group = grp->gr_gid; grp 906 src/filemanager/hotlist.c find_group_section (struct hotlist *grp) grp 908 src/filemanager/hotlist.c return g_strconcat (grp->directory, ".Group", (char *) NULL); grp 1121 src/filemanager/hotlist.c remove_group (struct hotlist *grp) grp 1123 src/filemanager/hotlist.c struct hotlist *current = grp->head; grp 1200 src/filemanager/hotlist.c load_group (struct hotlist *grp) grp 1206 src/filemanager/hotlist.c group_section = find_group_section (grp); grp 1210 src/filemanager/hotlist.c current_group = grp; grp 1218 src/filemanager/hotlist.c keys = mc_config_get_keys (mc_global.main_config, grp->directory, NULL); grp 1227 src/filemanager/hotlist.c for (current = grp->head; current; current = current->next) grp 1325 src/filemanager/hotlist.c hot_load_group (struct hotlist *grp) grp 1331 src/filemanager/hotlist.c current_group = grp; grp 1343 src/filemanager/hotlist.c current_group = grp; grp 1379 src/filemanager/hotlist.c hot_load_file (struct hotlist *grp) grp 1385 src/filemanager/hotlist.c current_group = grp; grp 1397 src/filemanager/hotlist.c current_group = grp; grp 1527 src/filemanager/hotlist.c hot_save_group (struct hotlist *grp) grp 1539 src/filemanager/hotlist.c for (current = grp->head; current != NULL; current = current->next) grp 446 src/setup.c setup__is_cfg_group_must_panel_config (const char *grp) grp 448 src/setup.c return (!strcasecmp ("Dirs", grp) || grp 449 src/setup.c !strcasecmp ("Temporal:New Right Panel", grp) || grp 450 src/setup.c !strcasecmp ("Temporal:New Left Panel", grp) || grp 451 src/setup.c !strcasecmp ("New Left Panel", grp) || !strcasecmp ("New Right Panel", grp)) grp 452 src/setup.c ? grp : NULL;