Lines Matching defs:next
481 (*prevLine)->next = *currLine;
541 while(i < size && previous->next) {
543 line = previous->next;
574 prev->next = line;
592 toInsert->previous->next = toInsert->next;
593 toInsert->next->previous = toInsert->previous;
610 toInsert->next = *(gLines+i);
611 toInsert->previous->next = toInsert;
612 toInsert->next->previous = toInsert;
673 if(toMove->next) {
674 toMove->next->strength = probeStrength(&(toMove->previous), &(toMove->next), comparer);
675 toMove->next->previous = toMove->previous;
678 toMove->previous->next = toMove->next;
683 toMove->next = current;
686 current->previous->next = toMove;
691 toMove->next->strength = probeStrength(&toMove, &l, comparer);
700 // such line would consist of previous (or next) concatenated with the expansion value
706 toMove->previous->next = toMove->next;
707 toMove->next->previous = toMove->previous;
713 } else if(toMove->next->strength == UCOL_IDENTICAL) {
715 u_strcpy(fullString, toMove->next->name);
718 toMove->next->strength = toMove->strength;
719 toMove->previous->next = toMove->next;
720 toMove->next->previous = toMove->previous;
731 current = current->next;
1030 Line *next = NULL;
1092 next = *(gLines+(*(sorter+i+1))->suffix);
1093 result = comparer(&prev, &next);
1098 u_strcpy(current->expansionString, next->name);
1099 current->expLen = next->len;
1180 current = current->next;
1343 while(exemplarUSetIter.next()) {
1580 while(exemplarUSetIter.next()) {