Lines Matching defs:cat
199 struct cil_cat *first = NULL, *last = NULL, *cat;
203 cat = i1->data;
205 first = cat;
207 if (cat->value == first->value + 1) {
208 last = cat;
212 first = cat;
214 } else if (cat->value == last->value + 1) {
215 last = cat;
225 first = cat;
906 struct cil_sens *cat;
913 cat = i1->data;
918 if (cat == actual) {
926 fprintf(out, "category %s",cat->datum.fqn);