Lines Matching refs:nextSpace
82 firstSpace = firstSpace->nextSpace;
148 current = current->nextSpace;
159 theSpace->prevSpace->nextSpace = theSpace->nextSpace;
160 if (theSpace->nextSpace != NULL)
161 theSpace->nextSpace->prevSpace = theSpace->prevSpace;
163 firstSpace = theSpace->nextSpace;
166 theSpace->nextSpace = NULL;
176 theSpace->nextSpace = NULL;
180 theSpace->nextSpace = NULL;
181 lastSpace->nextSpace = theSpace;
199 current = current->nextSpace;
202 oldFirst = earliest->nextSpace;
235 space = space->nextSpace;
573 while ((delta > 0) && (currentSpace->nextSpace != NULL)) {
574 currentSpace = currentSpace->nextSpace;