Lines Matching defs:expr
117 struct cil_list_item *expr = NULL;
125 expr = attr->expr_list->head;
126 while (expr != NULL) {
127 next = expr->next;
128 cil_list_item_destroy(&expr, CIL_FALSE);
129 expr = next;
164 struct cil_list_item *expr = attr->expr_list->head;
165 while (expr != NULL) {
166 struct cil_list_item *next = expr->next;
167 cil_list_item_destroy(&expr, CIL_FALSE);
168 expr = next;
193 struct cil_list_item *expr = attr->expr_list->head;
194 while (expr != NULL) {
195 struct cil_list_item *next = expr->next;
196 cil_list_item_destroy(&expr, CIL_FALSE);
197 expr = next;