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

  /src/games/boggle/boggle/
bog.c 123 int tlimit; variable in typeref:typename:int
144 tlimit = 180; /* 3 minutes is standard */
159 if ((tlimit = atoi(optarg)) < 1)
339 if (t - start_t >= tlimit) {
346 remaining = tlimit - (int) (t - start_t);
bog.c 123 int tlimit; variable in typeref:typename:int
144 tlimit = 180; /* 3 minutes is standard */
159 if ((tlimit = atoi(optarg)) < 1)
339 if (t - start_t >= tlimit) {
346 remaining = tlimit - (int) (t - start_t);

Completed in 23 milliseconds