OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cur_max
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/monop/
prop.c
160
int i, num_in,
cur_max
;
local in function:bid
168
cur_max
= 0;
170
while (num_in > 1 || (
cur_max
== 0 && num_in > 0)) {
181
} else if (cur_bid <=
cur_max
) {
183
"to stay in\n",
cur_max
);
190
} while (cur_bid != 0 && cur_bid <=
cur_max
);
191
cur_max
= (cur_bid ? cur_bid :
cur_max
);
194
if (
cur_max
!= 0) {
197
printf("It goes to %s (%d) for $%d\n",play[i].name,i+1,
cur_max
);
[
all
...]
monop.c
320
int i, rl,
cur_max
;
local in function:init_players
326
for (
cur_max
= i = 0; i < num_play; i++) {
328
if (rl >
cur_max
) {
330
cur_max
= rl;
333
else if (rl ==
cur_max
)
/src/lib/libc/citrus/modules/
citrus_utf1632.c
66
unsigned int
cur_max
;
member in struct:__anon31370ef20208
78
#define _ENCODING_MB_CUR_MAX(_ei_) ((_ei_)->
cur_max
)
409
ei->
cur_max
= 6; /* endian + surrogate */
411
ei->
cur_max
= 8; /* endian + normal */
Completed in 27 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025