Searched refs:omatch (Results 1 – 2 of 2) sorted by relevance
1294 struct cil_list_item *omatch = NULL; in __cil_ordered_lists_merge() local1315 omatch = __cil_ordered_find_match(nmatch, ofirst); in __cil_ordered_lists_merge()1316 if (omatch) { in __cil_ordered_lists_merge()1326 if (nmatch != nfirst && omatch != ofirst) { in __cil_ordered_lists_merge()1341 ocurr = omatch->next; in __cil_ordered_lists_merge()1342 oprev = omatch; in __cil_ordered_lists_merge()1362 omatch = __cil_ordered_find_match(ncurr, ocurr->next); in __cil_ordered_lists_merge()1363 if (omatch) { in __cil_ordered_lists_merge()1365 oprev = omatch; in __cil_ordered_lists_merge()1366 ocurr = omatch->next; in __cil_ordered_lists_merge()
848 my $omatch = $1;849 last if ($lastpos > 0 && ($curpos - length($omatch) != $lastpos));854 $oval .= $omatch;