Lines Matching defs:g
221 int r, g, id;
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++)
300 char *p, *g, *copy;
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) {
348 char *str, *g;
359 for (i = 0; (g = ac_groups[i].ag_name) != NULL; i++) {
372 (void) strcat(str, g);