HomeSort by: relevance | last modified time | path
    Searched refs:captured (Results 1 - 11 of 11) sorted by relevancy

  /src/games/sail/
dr_5.c 50 if (fromcap == from && totalfrom) { /* if not captured */
69 mensent(struct ship *from, struct ship *to, int crew[3], struct ship **captured,
78 *captured = from->file->captured;
91 c3 = *captured == 0 ? crew[2] : *pc;
dr_2.c 74 if (sp->file->struck || sp->file->captured != 0)
137 if (sp->file->captured == 0)
144 send_points(sp->file->captured,
145 sp->file->captured->file->points
extern.h 78 #define sterncolour(sp) ((sp)->file->stern+'0'-((sp)->file->captured ? 10 : 0))
82 #define capship(sp) ((sp)->file->captured?(sp)->file->captured:(sp))
151 struct ship *captured; /* 68 */ member in struct:File
pl_2.c 86 if (mf->captured != 0)
pl_4.c 113 else if (sp->file->captured != 0)
114 return "(captured)";
assorted.c 84 if (on->file->captured != 0) {
145 if (on->file->captured != 0 && Chit)
pl_3.c 152 for (n = 0; n < 3 && mf->captured == 0; n++)
165 if (mf->captured != 0) {
dr_1.c 84 if (sp->file->struck || sp->file->captured != 0)
222 "captured by the %s!", to->shipname);
360 for (n = 0; n < 3 && sp->file->captured == 0; n++) {
378 if (sp->file->captured != 0) {
pl_7.c 948 && sp->file->captured == 0)
996 if (fp->captain[0] || fp->struck || fp->captured != 0)
sync.c 722 ship->file->captured = 0;
724 ship->file->captured = SHIP(a);
  /src/usr.bin/make/unit-tests/
var-op-shell.mk 74 # The output from the shell's stderr is not captured, it just passes through.

Completed in 16 milliseconds