Searched refs:usedbits (Results 1 – 3 of 3) sorted by relevance
75 static char *usedbits; variable91 usedbits = alloc(i + 1); in init_rumors()93 usedbits[i] = 0; in init_rumors()141 usedbits[i / CHARSZ] |= (1 << (i % CHARSZ)); in outrumor()151 return (usedbits[i / CHARSZ] & (1 << (i % CHARSZ))); in used()
105 int usedbits; variable297 usedbits = 0; in batchword()358 usedbits = 0; in playgame()466 usedbits |= (1 << *lm); in checkword()469 usedbits &= ~(1 << *lm); in checkword()489 if (!reuse && (usedbits & used)) in checkword()492 usedbits |= used; in checkword()495 usedbits &= ~used; in checkword()591 usedbits = 0; in checkdict()
73 extern int usedbits, wordpath[];423 usedbits = 0; in findword()