Home
last modified time | relevance | path

Searched refs:tlimit (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/games/boggle/boggle/
H A Dbog.c123 int tlimit; variable
144 tlimit = 180; /* 3 minutes is standard */ in main()
159 if ((tlimit = atoi(optarg)) < 1) in main()
339 if (t - start_t >= tlimit) { in playgame()
346 remaining = tlimit - (int) (t - start_t); in playgame()
H A Dtimer.c59 extern int tlimit;
84 remaining = tlimit - (int) (t - start_t); in timerch()