Home
last modified time | relevance | path

Searched refs:shipname (Results 1 – 18 of 18) sorted by relevance

/openbsd/src/games/trek/
Dautover.c61 printf("\07RED ALERT: The %s is in a supernova quadrant\n", Ship.shipname); in autover()
62 printf("*** Emergency override attempts to hurl %s to safety\n", Ship.shipname); in autover()
Dram.c61 printf("%s rams Klingon at %d,%d\n", Ship.shipname, ix, iy); in ram()
81 printf("%s heavily damaged\n", Ship.shipname); in ram()
Ddumpme.c65 printf("%s falls into a black hole.\n", Ship.shipname); in dumpme()
Ddestruct.c103 printf("\n\n\n\n***** %s destroyed *****\n", Ship.shipname); in destruct()
Dabandon.c101 Ship.shipname = "Fairie Queene"; in abandon()
Dattack.c90 printf("Starbase shields protect the %s\n", Ship.shipname); in attack()
Dwarp.c76 printf("%s is docked\n", Ship.shipname); in warp()
Dmove.c187 Ship.shipname, ix, iy); in move()
Dtrek.h221 const char *shipname; /* name of current starship */ member
Dsetup.c113 Ship.shipname = "Enterprise"; in setup()
Devents.c168 printf("\n%s caught in long range tractor beam\n", Ship.shipname); in events()
/openbsd/src/games/sail/
Dpl_3.c128 Msg("Raking the %s!", closest->shipname); in acceptcombat()
131 closest->shipname); in acceptcombat()
194 Msg("Damage inflicted on the %s:", closest->shipname); in acceptcombat()
Ddr_1.c183 makemsg(from, "boarders from %s repelled", to->shipname); in fightitout()
186 totalto, from->shipname, totalfrom); in fightitout()
219 to->shipname); in fightitout()
223 totalto, from->shipname, totalfrom); in fightitout()
Dpl_main.c133 sp->shipname, in initialize()
185 ms->shipname, mc->guns, classname[mc->class], in initialize()
Dlo_main.c85 title[n++], sbuf, ship->shipname, log.l_netpoints, in lo_main()
Dextern.h215 const char *shipname; /* 0 */ member
Dpl_7.c461 ms->shipname, in draw_board()
Dsync.c71 ship->shipname, colours(ship), sterncolour(ship)); in fmtship()