Searched refs:robbed (Results 1 - 8 of 8) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/include/
H A Deshk.h20 long robbed; /* amount stolen by most recent customer */ member in struct:eshk
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/include/
H A Deshk.h20 long robbed; /* amount stolen by most recent customer */ member in struct:eshk
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Ddokick.c267 long robbed = ESHK(mtmp)->robbed; local
269 if (robbed) {
271 robbed -= gold->quan;
273 robbed -= value;
275 if (robbed < 0) robbed = 0;
277 !robbed ? "" : "partially ",
279 ESHK(mtmp)->robbed = robbed;
1157 long oct, dct, price, debit, robbed; local
[all...]
H A Dshk.c491 eshkp->robbed += total;
564 } else if (eshkp->robbed) {
652 * At present, we ignore any amount robbed from the shop, to avoid
866 long robbed = ESHK(shkp)->robbed; local
877 if(robbed) {
878 robbed -= tmp;
879 if(robbed < 0) robbed = 0L;
880 ESHK(shkp)->robbed
[all...]
H A Dshknam.c404 ESHK(shk)->robbed = 0L;
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Ddokick.c267 long robbed = ESHK(mtmp)->robbed; local
269 if (robbed) {
271 robbed -= gold->quan;
273 robbed -= value;
275 if (robbed < 0) robbed = 0;
277 !robbed ? "" : "partially ",
279 ESHK(mtmp)->robbed = robbed;
1157 long oct, dct, price, debit, robbed; local
[all...]
H A Dshk.c491 eshkp->robbed += total;
564 } else if (eshkp->robbed) {
652 * At present, we ignore any amount robbed from the shop, to avoid
866 long robbed = ESHK(shkp)->robbed; local
877 if(robbed) {
878 robbed -= tmp;
879 if(robbed < 0) robbed = 0L;
880 ESHK(shkp)->robbed
[all...]
H A Dshknam.c404 ESHK(shk)->robbed = 0L;

Completed in 45 milliseconds