Searched refs:makemsg (Results 1 – 10 of 10) sorted by relevance
| /netbsd-src/usr.bin/rwall/ |
| H A D | rwall.c | 99 static char *makemsg(const char *); 133 mbuf = makemsg(argv[2]); in main() 150 makemsg(const char *fname) in makemsg() function
|
| /netbsd-src/games/sail/ |
| H A D | assorted.c | 113 makemsg(on, "dismasted!"); in table() 200 makemsg(on, "%s", message); in table() 228 makemsg(on, "%s", message); in table()
|
| H A D | pl_1.c | 108 makemsg(ms, "Captain %s relinquishing.", in leave()
|
| H A D | dr_2.c | 118 makemsg(sp, "exploding!"); in checkup() 126 makemsg(sp, "sinking!"); in checkup()
|
| H A D | pl_5.c | 240 makemsg(ms, "repelling boarders"); in parties()
|
| H A D | dr_3.c | 284 makemsg(from, "repelling boarders"); in sendbp()
|
| H A D | extern.h | 367 void makemsg(struct ship *, const char *, ...) __printflike(2, 3);
|
| H A D | dr_1.c | 192 makemsg(from, "boarders from %s repelled", to->shipname); in fightitout()
|
| H A D | sync.c | 209 makemsg(struct ship *from, const char *fmt, ...) in makemsg() function
|
| /netbsd-src/usr.bin/wall/ |
| H A D | wall.c | 71 static void makemsg(struct iovec *, const char *, int); 123 makemsg(&iov, *argv, nobanner); in main() 223 makemsg(struct iovec *iov, const char *fname, int nobanner) in makemsg() function
|