Searched refs:omatch (Results 1 – 2 of 2) sorted by relevance
1280 struct cil_list_item *omatch = NULL; in __cil_ordered_lists_merge() local1301 omatch = __cil_ordered_find_match(nmatch, ofirst); in __cil_ordered_lists_merge()1302 if (omatch) { in __cil_ordered_lists_merge()1312 if (nmatch != nfirst && omatch != ofirst) { in __cil_ordered_lists_merge()1327 ocurr = omatch->next; in __cil_ordered_lists_merge()1328 oprev = omatch; in __cil_ordered_lists_merge()1348 omatch = __cil_ordered_find_match(ncurr, ocurr->next); in __cil_ordered_lists_merge()1349 if (omatch) { in __cil_ordered_lists_merge()1351 oprev = omatch; in __cil_ordered_lists_merge()1352 ocurr = omatch->next; in __cil_ordered_lists_merge()
623 my $omatch = $1;624 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));629 $oval .= $omatch;