Searched defs:ship (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/games/sail/ |
H A D | sync.c | 169 fmtship(char *buf, size_t len, const char *fmt, struct ship *ship) in fmtship() 194 makesignal(struct ship *from, const char *fmt, struct ship *ship, ...) in makesignal() 286 Write(int type, struct ship *ship, long a, long b, long c, long d) in Write() 302 Writestr(int type, struct ship *ship, const char *a) in Writestr() 426 sync_update(int type, struct ship *ship, const char *astr, in sync_update() 480 send_captain(struct ship *ship, const char *astr) in send_captain() 486 send_captured(struct ship *ship, long a) in send_captured() 492 send_class(struct ship *ship, long a) in send_class() 498 send_crew(struct ship *ship, long a, long b, long c) in send_crew() 504 send_dbp(struct ship *ship, long a, long b, long c, long d) in send_dbp() [all …]
|
H A D | game.c | 46 maxturns(struct ship *ship, bool *af) in maxturns() 61 maxmove(struct ship *ship, int dir, int fs) in maxmove()
|
H A D | lo_main.c | 74 struct ship *ship; in lo_curses() local 129 struct ship *ship; in lo_main() local
|
H A D | extern.h | 172 struct ship { struct 173 const char *shipname; /* 0 */ argument 174 struct shipspecs *specs; /* 2 */ argument 176 short shiprow; /* 6 */ argument 177 short shipcol; /* 8 */ argument 178 char shipdir; /* 10 */ argument 188 struct ship ship[NSHIP]; /* 16 */ member
|
H A D | dr_3.c | 202 is_isolated(struct ship *ship) in is_isolated() 291 is_toughmelee(struct ship *ship, struct ship *to, int isdefense, int count) in is_toughmelee()
|
H A D | parties.c | 69 unboard(struct ship *ship, struct ship *to, int isdefense) in unboard()
|
H A D | pl_4.c | 122 eyeball(struct ship *ship) in eyeball()
|
H A D | dr_2.c | 176 score(struct ship *ship, struct ship *to, char *movement, size_t movementmax, in score() 208 move_ship(struct ship *ship, const char *p, unsigned char *dir, in move_ship()
|
H A D | assorted.c | 274 strike(struct ship *ship, struct ship *from) in strike()
|
H A D | pl_7.c | 399 Signal(const char *fmt, struct ship *ship, ...) in Signal() 438 prompt(const char *p, struct ship *ship) in prompt() 479 sgetch(const char *p, struct ship *ship, int flag) in sgetch() 1172 struct ship *ship; in drawpicker() local
|
/netbsd-src/games/trek/ |
H A D | trek.h | 237 char ship; /* current starship */ member
|