Home
last modified time | relevance | path

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

/dragonfly/games/hack/
H A Dhack.rumors.c70 static char *usedbits; variable
86 usedbits = alloc(i + 1); in init_rumors()
88 usedbits[i] = 0; in init_rumors()
136 usedbits[i / CHARSZ] |= (1 << (i % CHARSZ)); in outrumor()
146 return (usedbits[i / CHARSZ] & (1 << (i % CHARSZ))); in used()
/dragonfly/games/boggle/boggle/
H A Dbog.c60 int usedbits; variable
235 usedbits = 0; in batchword()
301 usedbits = 0; in playgame()
419 usedbits |= (1 << *lm); in checkword()
422 usedbits &= ~(1 << *lm); in checkword()
442 if (!reuse && !selfuse && (usedbits & used)) in checkword()
445 usedbits |= used; in checkword()
448 usedbits &= ~used; in checkword()
544 usedbits = 0; in checkdict()
H A Dextern.h50 extern int usedbits;
H A Dmach.c471 usedbits = 0; in findword()