Home | History | Annotate | Download | only in src

Lines Matching refs:ncurr

1202 	struct cil_list_item *ncurr = NULL;
1204 for (ncurr = nstart; ncurr != nstop; ncurr = ncurr->next) {
1205 ocurr = __cil_ordered_item_insert(old, ocurr, ncurr);
1232 struct cil_list_item *ncurr = NULL;
1272 ncurr = nmatch->next;
1275 while (ncurr && ocurr) {
1276 if (ncurr->data == ocurr->data) {
1279 ncurr = ncurr->next;
1282 nmatch = __cil_ordered_find_match(ocurr, ncurr->next);
1284 rc = __cil_ordered_list_insert(old, oprev, ncurr, nmatch);
1290 ncurr = nmatch->next;
1294 omatch = __cil_ordered_find_match(ncurr, ocurr->next);
1299 ncurr = ncurr->next;
1307 if (ncurr) {
1309 rc = __cil_ordered_list_insert(old, old->tail, ncurr, NULL);