Searched refs:oldFirst (Results 1 – 2 of 2) 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()
843 int oldFirst = 0; in main() local886 if (oldFirst != first) { in main()888 oldFirst = first; in main()1060 int oldFirst = 0; in writeIndexMap() local1065 if (oldFirst != first) { in writeIndexMap()1067 oldFirst = first; in writeIndexMap()