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

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dpickup.c1573 long contribution = rnd((int)min(LARGEST_INT,u.ugold)); local
1574 struct obj *goldob = mkgoldobj(contribution);
1582 long contribution = rnd((int)min(LARGEST_INT, goldob->quan));
1583 if (contribution < goldob->quan)
1584 goldob = splitobj(goldob, contribution);
1597 verbalize("Thank you for your contribution to reduce the debt.");
1607 pline("The exchequer accepts your contribution.");
1616 pline("The exchequer accepts your contribution.");
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dpickup.c1573 long contribution = rnd((int)min(LARGEST_INT,u.ugold)); local
1574 struct obj *goldob = mkgoldobj(contribution);
1582 long contribution = rnd((int)min(LARGEST_INT, goldob->quan));
1583 if (contribution < goldob->quan)
1584 goldob = splitobj(goldob, contribution);
1597 verbalize("Thank you for your contribution to reduce the debt.");
1607 pline("The exchequer accepts your contribution.");
1616 pline("The exchequer accepts your contribution.");

Completed in 87 milliseconds