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

/openbsd-current/games/boggle/boggle/
H A Dtimer.c57 extern int tlimit;
72 remaining = tlimit - (int) (t - start_t);
H A Dbog.c85 int tlimit; variable
96 tlimit = 180; /* 3 minutes is standard */
113 if ((tlimit = atoi(optarg)) < 1)
284 if (t - start_t >= tlimit) {
291 remaining = tlimit - (int) (t - start_t);

Completed in 121 milliseconds