Searched defs:goOn (Results 1 - 3 of 3) sorted by relevance

/external/gptfdisk/
H A Dgpttext.cc118 int goOn = 1, numDone = 0; local
128 goOn = (GetYN() == 'Y');
131 if (goOn)
546 int goOn = 1; local
554 goOn = cin.good();
590 goOn = 0;
594 goOn = 0;
608 goOn = 0;
612 goOn = 0;
618 } while (goOn);
644 int goOn = 1, temp1; local
767 int goOn = 1; local
[all...]
H A Dbasicmbr.cc1547 int goOn = 1, quitting = 0, retval, num, haveShownInfo = 0; local
1555 goOn = cin.good();
1587 goOn = 0;
1612 goOn = 0;
1618 } while (goOn);
H A Dgpt.cc1577 int goOn = 1, numDone = 0; local
1581 goOn = 0;
1585 goOn = 0;
1590 if (goOn) {
1591 goOn = disklabel.ReadBSDData(&myDisk, partitions[partNum].GetFirstLBA(),
1593 if ((goOn) && (disklabel.IsDisklabel())) {
1835 int goOn = 1, i; local
1877 return (goOn);

Completed in 78 milliseconds