Lines Matching refs:ac_groups
135 static ac_group_t ac_groups[] = {
223 for (g = 0; ac_groups[g].ag_type != AC_NONE; g++) {
224 if (ac_groups[g].ag_type != type)
226 (void) printf("%-9s", ac_groups[g].ag_name);
227 (void) printf("%s", id2name(ac_groups[g].ag_mem[0], type));
228 for (r = 1; (id = ac_groups[g].ag_mem[r]) != AC_NONE; r++)
316 for (ok = 0, i = 0; (g = ac_groups[i].ag_name) != NULL; i++) {
317 if (strcmp(p, g) == 0 && ac_groups[i].ag_type == type) {
318 for (j = 0; (id = ac_groups[i].ag_mem[j]) !=
359 for (i = 0; (g = ac_groups[i].ag_name) != NULL; i++) {
360 if (ac_groups[i].ag_type != type)
362 for (j = 0; (id = ac_groups[i].ag_mem[j]) != AC_NONE; j++) {
373 for (j = 0; (id = ac_groups[i].ag_mem[j]) != AC_NONE;