Lines Matching defs:curr
497 struct cil_list_item *curr;
504 cil_list_for_each(curr, list) {
506 if (curr->flavor == CIL_LIST) {
507 range = ((struct cil_list*)curr->data)->head;
655 struct cil_list_item *curr;
659 cil_list_for_each(curr, db->sensitivityorder) {
660 if (curr->data == low) {
664 if ((found == CIL_TRUE) && (curr->data == high)) {
669 if (found != CIL_TRUE || curr == NULL) {
890 struct cil_list_item *curr;
925 for (curr = sensitivityorder->head; curr != NULL; curr = curr->next) {
926 struct cil_sens *sens = curr->data;
1711 struct cil_list_item *curr;
1738 cil_list_for_each(curr, classperms) {
1739 if (curr->flavor == CIL_CLASSPERMS) {
1740 struct cil_classperms *cp = curr->data;
1773 struct cil_classperms_set *cp_set = curr->data;