OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 01 19:09:53 GMT 2025