Searched refs:ac_groups (Results 1 – 1 of 1) sorted by relevance
135 static ac_group_t ac_groups[] = { variable223 for (g = 0; ac_groups[g].ag_type != AC_NONE; g++) { in printgroup()224 if (ac_groups[g].ag_type != type) in printgroup()226 (void) printf("%-9s", ac_groups[g].ag_name); in printgroup()227 (void) printf("%s", id2name(ac_groups[g].ag_mem[0], type)); in printgroup()228 for (r = 1; (id = ac_groups[g].ag_mem[r]) != AC_NONE; r++) in printgroup()316 for (ok = 0, i = 0; (g = ac_groups[i].ag_name) != NULL; i++) { in str2buf()317 if (strcmp(p, g) == 0 && ac_groups[i].ag_type == type) { in str2buf()318 for (j = 0; (id = ac_groups[i].ag_mem[j]) != in str2buf()359 for (i = 0; (g = ac_groups[i].ag_name) != NULL; i++) { in buf2str()[all …]