Home
last modified time | relevance | path

Searched refs:makesignal (Results 1 – 7 of 7) sorted by relevance

/dragonfly/games/sail/
H A Ddr_4.c56 makesignal(from, "ungrappling $$", to); in ungrap()
69 makesignal(from, "grappled with $$", to); in grap()
H A Dpl_3.c236 makesignal(ms, "grappled with $$", sp); in grapungrap()
247 makesignal(ms, "ungrappling with $$", in grapungrap()
272 makesignal(ms, "Unfouling $$", to); in unfoulplayer()
H A Ddr_3.c142 makesignal(sp, "collision with $$", sq); in moveall()
144 makesignal(sp, "fouled with $$", in moveall()
286 makesignal(from, "boarding the $$", to); in sendbp()
H A Dpl_5.c245 makesignal(ms, "boarding the $$", to); in parties()
H A Dassorted.c173 makesignal(from, "%s shot on $$", on, message); in table()
H A Dextern.h365 void makesignal(struct ship *, const char *, struct ship *, ...)
H A Dsync.c194 makesignal(struct ship *from, const char *fmt, struct ship *ship, ...) in makesignal() function