Lines Matching refs:Space
78 Space *trash;
94 Space *tempSpace;
99 tempSpace = new Space;
110 // Add a single empty Space to the current Spaces linked list and sort the result....
112 Space *tempSpace;
114 tempSpace = new Space;
127 Space *current;
154 // Remove the specified Space from the linked list and set its previous and
156 void GPTDataCurses::UnlinkSpace(Space *theSpace) {
173 void GPTDataCurses::LinkToEnd(Space *theSpace) {
189 Space *oldFirst, *oldLast, *earliest = NULL, *current = NULL;
224 // Display a single Space on line # lineNum.
226 Space* GPTDataCurses::ShowSpace(int spaceNum, int lineNum) {
227 Space *space;
585 // the first Space as a failsafe....