HomeSort by: relevance | last modified time | path
    Searched defs:Otto_count (Results 1 - 1 of 1) sorted by relevancy

  /src/games/hunt/hunt/
playit.c 59 int Otto_count;
105 Otto_count = 0;
164 Otto_count -= (GETCHR() & 0xff);
167 fputc('0' + Otto_count, stderr);
169 if (Otto_count == 0 && Otto_mode)
269 Otto_count += count;

Completed in 35 milliseconds