Home | History | Annotate | Download | only in gptfdisk

Lines Matching refs:firstMoved

1381    int firstMoved;
1390 // partition and repeat. If first was moved, set firstMoved
1391 // flag; repeat until firstMoved is not set, so as to catch
1394 firstMoved = 0;
1400 firstMoved = 1;
1403 } while (firstMoved == 1);