Lines Matching refs:cat
1236 struct cil_cat *cat = item->data;
1237 if (cat->ordered == CIL_TRUE) {
1238 cil_log(CIL_ERR, "Category %s has already been merged into the ordered list\n", cat->datum.name);
1241 cat->ordered = CIL_TRUE;
1548 struct cil_cat *cat = curr->data;
1549 cat->value = v;
1564 struct cil_cat *cat = NULL;
1583 cat = (struct cil_cat *)cat_datum;
1584 cil_list_append(new, CIL_CAT, cat);