Lines Matching refs:named_groups
6998 ng = cd->named_groups;
7035 memcpy(newspace, cd->named_groups,
7038 (PUBL(free))((void *)cd->named_groups);
7039 cd->named_groups = newspace;
7043 cd->named_groups[cd->names_found].name = name;
7044 cd->named_groups[cd->names_found].length = namelen;
7045 cd->named_groups[cd->names_found].number = number;
7108 ng = cd->named_groups;
8818 named_group named_groups[NAMED_GROUP_LIST_SIZE];
9090 cd->named_groups = named_groups;
9202 named_group *ng = cd->named_groups;
9207 (PUBL(free))((void *)cd->named_groups);