Lines Matching defs:omatch
1294 struct cil_list_item *omatch = NULL;
1315 omatch = __cil_ordered_find_match(nmatch, ofirst);
1316 if (omatch) {
1326 if (nmatch != nfirst && omatch != ofirst) {
1341 ocurr = omatch->next;
1342 oprev = omatch;
1362 omatch = __cil_ordered_find_match(ncurr, ocurr->next);
1363 if (omatch) {
1365 oprev = omatch;
1366 ocurr = omatch->next;