Lines Matching refs:nextSpace
77 firstSpace = firstSpace->nextSpace; in EmptySpaces()
143 current = current->nextSpace; in AddEmptySpaces()
154 theSpace->prevSpace->nextSpace = theSpace->nextSpace; in UnlinkSpace()
155 if (theSpace->nextSpace != NULL) in UnlinkSpace()
156 theSpace->nextSpace->prevSpace = theSpace->prevSpace; in UnlinkSpace()
158 firstSpace = theSpace->nextSpace; in UnlinkSpace()
161 theSpace->nextSpace = NULL; in UnlinkSpace()
171 theSpace->nextSpace = NULL; in LinkToEnd()
175 theSpace->nextSpace = NULL; in LinkToEnd()
176 lastSpace->nextSpace = theSpace; in LinkToEnd()
194 current = current->nextSpace; in SortSpaces()
197 oldFirst = earliest->nextSpace; in SortSpaces()
230 space = space->nextSpace; in ShowSpace()
558 while ((delta > 0) && (currentSpace->nextSpace != NULL)) { in ChangeSpaceSelection()
559 currentSpace = currentSpace->nextSpace; in ChangeSpaceSelection()