Searched refs:omatch (Results 1 – 1 of 1) sorted by relevance
1226 struct cil_list_item *omatch = NULL; in __cil_ordered_lists_merge() local1247 omatch = __cil_ordered_find_match(nmatch, ofirst); in __cil_ordered_lists_merge()1248 if (omatch) { in __cil_ordered_lists_merge()1258 if (nmatch != nfirst && omatch != ofirst) { in __cil_ordered_lists_merge()1273 ocurr = omatch->next; in __cil_ordered_lists_merge()1274 oprev = omatch; in __cil_ordered_lists_merge()1294 omatch = __cil_ordered_find_match(ncurr, ocurr->next); in __cil_ordered_lists_merge()1295 if (omatch) { in __cil_ordered_lists_merge()1297 oprev = omatch; in __cil_ordered_lists_merge()1298 ocurr = omatch->next; in __cil_ordered_lists_merge()