Home
last modified time | relevance | path

Searched refs:nextSpace (Results 1 – 2 of 2) sorted by relevance

/external/gptfdisk/
Dgptcurses.cc77 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()
[all …]
Dgptcurses.h72 Space *nextSpace; member