OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:resign
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/monop/
trade.c
237
* This routine lets a player
resign
240
resign
(void)
function in typeref:typename:void
261
printf("You would
resign
to the bank\n");
263
printf("You would
resign
to %s\n", name_list[new_own]);
267
printf("You would
resign
to the bank\n");
272
new_own = getinp("Who do you wish to
resign
to? ",
275
printf("You can't
resign
to yourself!!\n");
279
if (getyn("Do you really want to
resign
? ") != 0)
285
if (new_own < num_play) { /*
resign
to player */
296
else { /*
resign
to bank *
[
all
...]
trade.c
237
* This routine lets a player
resign
240
resign
(void)
function in typeref:typename:void
261
printf("You would
resign
to the bank\n");
263
printf("You would
resign
to %s\n", name_list[new_own]);
267
printf("You would
resign
to the bank\n");
272
new_own = getinp("Who do you wish to
resign
to? ",
275
printf("You can't
resign
to yourself!!\n");
279
if (getyn("Do you really want to
resign
? ") != 0)
285
if (new_own < num_play) { /*
resign
to player */
296
else { /*
resign
to bank *
[
all
...]
Completed in 22 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025