Home
last modified time | relevance | path

Searched refs:justLooking (Results 1 – 4 of 4) sorted by relevance

/dports/games/dungeoncrawl/dc400b26-src/source/
H A Ddirect.h37 void look_around( struct dist &moves, bool justLooking, int first_move = -1,
H A Ddirect.cc289 void look_around(struct dist &moves, bool justLooking, int first_move, int mode) in look_around() argument
450 if (!justLooking) in look_around()
/dports/sysutils/gdisk/gptfdisk-1.0.8/
H A Dgpt.cc72 justLooking = 0; in GPTData()
102 justLooking = orig.justLooking; in GPTData()
135 justLooking = 0; in GPTData()
172 justLooking = orig.justLooking; in operator =()
816 if (!justLooking) { in PartitionScan()
831 if ((err == 0) && (!justLooking)) { in LoadPartitions()
1165 if (justLooking) { in SaveGPTData()
1619 if (!justLooking) { in UseWhichPartitions()
1632 if ((!justLooking) && (!beQuiet)) { in UseWhichPartitions()
H A Dgpt.h76 int justLooking; // Set to 1 if program launched with "-l" or if read-only
198 void JustLooking(int i = 1) {justLooking = i;}