Searched refs:oldFirst (Results 1 – 1 of 1) sorted by relevance
184 Space *oldFirst, *oldLast, *earliest = NULL, *current = NULL; in SortSpaces() local186 oldFirst = firstSpace; in SortSpaces()189 while (oldFirst != NULL) { in SortSpaces()190 current = earliest = oldFirst; in SortSpaces()196 if (oldFirst == earliest) in SortSpaces()197 oldFirst = earliest->nextSpace; in SortSpaces()