Home
last modified time | relevance | path

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

/third_party/gptfdisk/
H A Dgptcurses.cc82 firstSpace = firstSpace->nextSpace; in EmptySpaces()
148 current = current->nextSpace; in AddEmptySpaces()
159 theSpace->prevSpace->nextSpace = theSpace->nextSpace; in UnlinkSpace()
160 if (theSpace->nextSpace != NULL) in UnlinkSpace()
161 theSpace->nextSpace->prevSpace = theSpace->prevSpace; in UnlinkSpace()
163 firstSpace = theSpace->nextSpace; in UnlinkSpace()
166 theSpace->nextSpace = NULL; in UnlinkSpace()
176 theSpace->nextSpace = NULL; in LinkToEnd()
180 theSpace->nextSpace in LinkToEnd()
[all...]
H A Dgptcurses.h70 Space *nextSpace; member

Completed in 2 milliseconds