Lines Matching refs:Category
118 } Category;
131 Category *categories;
174 static Category *AddCategory (name)
177 Category *newCategory = (Category *) ckcalloc (1, sizeof (Category),
178 "Failed to allocate Category record.");
181 "Failed to allocate Category name.");
189 Category *current,
221 static Category *FindCategory (name)
224 Category *category = categories;
259 Category *category;
303 Category *category;
343 Category *category = FindCategory (categoryName);
416 Category *category = FindCategory (categoryName);
1711 Category *category;
1815 Category *category;
1943 Category *category;
2211 Category *category;
2224 fprintf(stderr, "Category %s:\n", category->name);