Searched refs:dtmp (Results 1 - 6 of 6) sorted by relevance

/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/src/
H A Dshk.c1334 long dtmp = eshkp->debit; local
1341 shkname(shkp), dtmp, currency(dtmp));
1343 if(loan == dtmp)
1350 if (u.ugold + eshkp->credit < dtmp) {
1352 if (umoney + eshkp->credit < dtmp) {
1359 if (eshkp->credit >= dtmp) {
1360 eshkp->credit -= dtmp;
1366 u.ugold -= dtmp;
1367 shkp->mgold += dtmp;
[all...]
H A Dtrap.c325 d_level dtmp; local
374 find_hell(&dtmp);
376 dtmp.dnum = u.uz.dnum;
377 dtmp.dlevel = newlevel;
382 schedule_goto(&dtmp, FALSE, TRUE, 0,
H A Duhitm.c1173 struct monst *dtmp; local
1178 if ((dtmp = makemon(pm, u.ux, u.uy, NO_MM_FLAGS)) != 0)
1179 (void)tamedog(dtmp, (struct obj *)0);
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/src/
H A Dshk.c1334 long dtmp = eshkp->debit; local
1341 shkname(shkp), dtmp, currency(dtmp));
1343 if(loan == dtmp)
1350 if (u.ugold + eshkp->credit < dtmp) {
1352 if (umoney + eshkp->credit < dtmp) {
1359 if (eshkp->credit >= dtmp) {
1360 eshkp->credit -= dtmp;
1366 u.ugold -= dtmp;
1367 shkp->mgold += dtmp;
[all...]
H A Dtrap.c325 d_level dtmp; local
374 find_hell(&dtmp);
376 dtmp.dnum = u.uz.dnum;
377 dtmp.dlevel = newlevel;
382 schedule_goto(&dtmp, FALSE, TRUE, 0,
H A Duhitm.c1173 struct monst *dtmp; local
1178 if ((dtmp = makemon(pm, u.ux, u.uy, NO_MM_FLAGS)) != 0)
1179 (void)tamedog(dtmp, (struct obj *)0);

Completed in 106 milliseconds