Searched refs:nfirst (Results 1 – 1 of 1) sorted by relevance
1231 struct cil_list_item *nfirst = new->head; in __cil_ordered_lists_merge() local1235 if (nfirst == NULL) { in __cil_ordered_lists_merge()1241 rc = __cil_ordered_list_insert(old, NULL, nfirst, NULL); in __cil_ordered_lists_merge()1246 for (nmatch = nfirst; nmatch; nmatch = nmatch->next) { in __cil_ordered_lists_merge()1258 if (nmatch != nfirst && omatch != ofirst) { in __cil_ordered_lists_merge()1263 if (nmatch != nfirst) { in __cil_ordered_lists_merge()1265 rc = __cil_ordered_list_insert(old, NULL, nfirst, nmatch); in __cil_ordered_lists_merge()