Home | History | Annotate | Download | only in sail

Lines Matching refs:Write

139 static void Write(int, struct ship *, long, long, long, long);
286 Write(int type, struct ship *ship, long a, long b, long c, long d)
488 Write(W_CAPTURED, ship, a, 0, 0, 0);
494 Write(W_CLASS, ship, a, 0, 0, 0);
500 Write(W_CREW, ship, a, b, c, 0);
506 Write(W_DBP, ship, a, b, c, d);
512 Write(W_DRIFT, ship, a, 0, 0, 0);
518 Write(W_EXPLODE, ship, a, 0, 0, 0);
524 Write(W_FOUL, ship, a, 0, 0, 0);
530 Write(W_GUNL, ship, a, b, 0, 0);
536 Write(W_GUNR, ship, a, b, 0, 0);
542 Write(W_HULL, ship, a, 0, 0, 0);
554 Write(W_OBP, ship, a, b, c, d);
560 Write(W_PCREW, ship, a, 0, 0, 0);
566 Write(W_UNFOUL, ship, a, b, 0, 0);
572 Write(W_POINTS, ship, a, 0, 0, 0);
578 Write(W_QUAL, ship, a, 0, 0, 0);
584 Write(W_UNGRAP, ship, a, b, 0, 0);
590 Write(W_RIGG, ship, a, b, c, d);
596 Write(W_COL, ship, a, 0, 0, 0);
602 Write(W_DIR, ship, a, 0, 0, 0);
608 Write(W_ROW, ship, a, 0, 0, 0);
620 Write(W_SINK, ship, a, 0, 0, 0);
626 Write(W_STRUCK, ship, a, 0, 0, 0);
632 Write(W_TA, ship, a, 0, 0, 0);
638 Write(W_ALIVE, NULL, 0, 0, 0, 0);
644 Write(W_TURN, NULL, a, 0, 0, 0);
650 Write(W_WIND, NULL, a, b, 0, 0);
656 Write(W_FS, ship, a, 0, 0, 0);
662 Write(W_GRAP, ship, a, 0, 0, 0);
668 Write(W_RIG1, ship, a, 0, 0, 0);
674 Write(W_RIG2, ship, a, 0, 0, 0);
680 Write(W_RIG3, ship, a, 0, 0, 0);
686 Write(W_RIG4, ship, a, 0, 0, 0);
692 Write(W_BEGIN, ship, 0, 0, 0, 0);
698 Write(W_END, ship, 0, 0, 0, 0);
704 Write(W_DDEAD, NULL, 0, 0, 0, 0);