Home
last modified time | relevance | path

Searched defs:ship (Results 1 – 11 of 11) sorted by relevance

/netbsd/games/sail/
H A Dsync.c594 send_col(struct ship *ship, long a) in send_col()
600 send_dir(struct ship *ship, long a) in send_dir()
606 send_row(struct ship *ship, long a) in send_row()
630 send_ta(struct ship *ship, long a) in send_ta()
654 send_fs(struct ship *ship, long a) in send_fs()
690 send_begin(struct ship *ship) in send_begin()
696 send_end(struct ship *ship) in send_end()
922 recv_ta(struct ship *ship, long a) in recv_ta()
947 recv_fs(struct ship *ship, long a) in recv_fs()
989 recv_begin(struct ship *ship) in recv_begin()
[all …]
H A Dgame.c46 maxturns(struct ship *ship, bool *af) in maxturns()
61 maxmove(struct ship *ship, int dir, int fs) in maxmove()
H A Dlo_main.c74 struct ship *ship; in lo_curses() local
129 struct ship *ship; in lo_main() local
H A Dextern.h172 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 Ddr_3.c202 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 Dparties.c69 unboard(struct ship *ship, struct ship *to, int isdefense) in unboard()
H A Dpl_4.c122 eyeball(struct ship *ship) in eyeball()
H A Ddr_2.c176 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 Dassorted.c274 strike(struct ship *ship, struct ship *from) in strike()
H A Dpl_7.c399 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/games/trek/
H A Dtrek.h237 char ship; /* current starship */ member