Home
last modified time | relevance | path

Searched refs:carrying (Results 1 – 25 of 37) sorted by relevance

12

/openbsd/games/battlestar/
H A Dsave.c69 fread(&carrying, sizeof carrying, 1, fp); in restore()
122 fwrite(&carrying, sizeof carrying, 1, fp); in save()
H A Dcommand7.c71 hurt = rnd(50) % (WEIGHT - carrying) - card(injuries, NUMOFINJURIES) - encumber - exhaustion; in fight()
180 carrying -= objwt[AMULET]; in fight()
218 carrying -= objwt[LASER]; in fight()
H A Dcypher.c265 printf("\n= %d kilogram%s ", carrying, in cypher()
266 (carrying == 1 ? "." : "s.")); in cypher()
268 printf("(%d%%)\n", carrying * 100 / WEIGHT); in cypher()
271 (carrying ? " or move with what you have" : "")); in cypher()
H A Dcommand4.c54 heavy = (carrying + objwt[value]) <= WEIGHT; in take()
58 carrying += objwt[value]; in take()
298 carrying -= objwt[value]; in drop()
392 carrying -= objwt[value]; in eat()
H A Dcommand3.c96 carrying = 0; in jump()
147 carrying -= objwt[value]; in bury()
H A Dglobals.c251 int carrying, encumber; variable
H A Dextern.h276 extern int carrying, encumber;
H A Dcommand1.c227 if (carrying > WEIGHT || encumber > CUMBER) in news()
H A Dcommand5.c189 carrying -= objwt[n]; in zzz()
H A Dcommand2.c83 carrying -= objwt[value]; in wearit()
/openbsd/games/hack/
H A Dhack.shk.c343 box = carrying(ICE_BOX); in inshop()
344 pick = carrying(PICK_AXE); in inshop()
1008 badinv = (carrying(PICK_AXE) || carrying(ICE_BOX)); in shk_move()
H A Dhack.wizard.c114 if(!carrying(AMULET_OF_YENDOR)) { in wiz_hit()
H A Dhh29 i invent list the inventory (all objects you are carrying)
H A Dhack.mhitu.c182 && !carrying(DEAD_LIZARD))) { in mhitu()
H A Dhack.apply.c112 if(!carrying(TIN)) { in doapply()
H A Dhelp69 $ count how many gold pieces you are carrying.
H A Dhack.h366 boolean carrying(int);
H A Dhack.invent.c300 carrying(int type) in carrying() function
H A Ddata65 ... And then a gnome came by, carrying a bundle, an old fellow
/openbsd/usr.bin/calendar/calendars/
H A Dcalendar.space10 01/02 Soviet rocket carrying Lunokhod-1 leaves the Earth's orbit
H A Dcalendar.ushistory26 01/24 A B-52 bomber carrying two 24 megaton bombs crashes at Goldsboro,
/openbsd/games/adventure/
H A Dglorkz1358 24 You are already carrying it!
1364 29 You aren't carrying it!
1397 51 give you a list of what you're carrying. The objects have side
1474 98 You're not carrying anything.
1495 117 Something you're carrying won't fit through the tunnel with you.
1621 186 He is carrying a large chest. "Shiver me timbers!" he cries, "I've
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.td274 /// body will add the attribute to the caller. This ensures that code carrying
/openbsd/gnu/llvm/lldb/docs/use/
H A Dpython-reference.rst534 | ``exe_ctx`` | `lldb.SBExecutionContext` | An execution context object carrying around …
/openbsd/games/fortune/datfiles/
H A Dzippy730 Is he the MAGIC INCA carrying a FROG on his shoulders?? Is the FROG

12