Lines Matching refs:nmatch
1162 struct cil_list_item *nmatch = NULL; in __cil_ordered_lists_merge() local
1178 for (nmatch = nfirst; nmatch; nmatch = nmatch->next) { in __cil_ordered_lists_merge()
1179 omatch = __cil_ordered_find_match(nmatch, ofirst); in __cil_ordered_lists_merge()
1185 if (!nmatch) { in __cil_ordered_lists_merge()
1190 if (nmatch != nfirst && omatch != ofirst) { in __cil_ordered_lists_merge()
1195 if (nmatch != nfirst) { in __cil_ordered_lists_merge()
1197 rc = __cil_ordered_list_insert(old, NULL, nfirst, nmatch); in __cil_ordered_lists_merge()
1204 ncurr = nmatch->next; in __cil_ordered_lists_merge()
1214 nmatch = __cil_ordered_find_match(ocurr, ncurr->next); in __cil_ordered_lists_merge()
1215 if (nmatch) { in __cil_ordered_lists_merge()
1216 rc = __cil_ordered_list_insert(old, oprev, ncurr, nmatch); in __cil_ordered_lists_merge()
1222 ncurr = nmatch->next; in __cil_ordered_lists_merge()