Home
last modified time | relevance | path

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

/third_party/gptfdisk/
H A Dgptcurses.cc156 void GPTDataCurses::UnlinkSpace(Space *theSpace) { in UnlinkSpace() argument
157 if (theSpace != NULL) { in UnlinkSpace()
158 if (theSpace->prevSpace != NULL) in UnlinkSpace()
159 theSpace->prevSpace->nextSpace = theSpace->nextSpace; in UnlinkSpace()
160 if (theSpace->nextSpace != NULL) in UnlinkSpace()
161 theSpace->nextSpace->prevSpace = theSpace->prevSpace; in UnlinkSpace()
162 if (theSpace == firstSpace) in UnlinkSpace()
163 firstSpace = theSpace in UnlinkSpace()
173 LinkToEnd(Space *theSpace) LinkToEnd() argument
[all...]
H A Dgptcurses.h92 void UnlinkSpace(Space *theSpace);
93 void LinkToEnd(Space *theSpace);

Completed in 2 milliseconds