Home
last modified time | relevance | path

Searched refs:makemsg (Results 1 – 10 of 10) sorted by relevance

/dragonfly/usr.bin/rwall/
H A Drwall.c58 static void makemsg(const char *);
100 makemsg(argv[1]); in main()
125 makemsg(const char *fname) in makemsg() function
/dragonfly/usr.bin/wall/
H A Dwall.c58 static void makemsg(char *);
116 makemsg(*argv); in main()
164 makemsg(char *fname) in makemsg() function
/dragonfly/games/sail/
H A Dassorted.c113 makemsg(on, "dismasted!"); in table()
200 makemsg(on, "%s", message); in table()
228 makemsg(on, "%s", message); in table()
H A Dpl_1.c108 makemsg(ms, "Captain %s relinquishing.", in leave()
H A Ddr_2.c118 makemsg(sp, "exploding!"); in checkup()
126 makemsg(sp, "sinking!"); in checkup()
H A Dpl_5.c240 makemsg(ms, "repelling boarders"); in parties()
H A Ddr_3.c284 makemsg(from, "repelling boarders"); in sendbp()
H A Dextern.h367 void makemsg(struct ship *, const char *, ...) __printflike(2, 3);
H A Ddr_1.c192 makemsg(from, "boarders from %s repelled", to->shipname); in fightitout()
H A Dsync.c209 makemsg(struct ship *from, const char *fmt, ...) in makemsg() function