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) in Write() function
488 Write(W_CAPTURED, ship, a, 0, 0, 0); in send_captured()
494 Write(W_CLASS, ship, a, 0, 0, 0); in send_class()
500 Write(W_CREW, ship, a, b, c, 0); in send_crew()
506 Write(W_DBP, ship, a, b, c, d); in send_dbp()
512 Write(W_DRIFT, ship, a, 0, 0, 0); in send_drift()
518 Write(W_EXPLODE, ship, a, 0, 0, 0); in send_explode()
524 Write(W_FOUL, ship, a, 0, 0, 0); in send_foul()
530 Write(W_GUNL, ship, a, b, 0, 0); in send_gunl()
536 Write(W_GUNR, ship, a, b, 0, 0); in send_gunr()
542 Write(W_HULL, ship, a, 0, 0, 0); in send_hull()
554 Write(W_OBP, ship, a, b, c, d); in send_obp()
560 Write(W_PCREW, ship, a, 0, 0, 0); in send_pcrew()
566 Write(W_UNFOUL, ship, a, b, 0, 0); in send_unfoul()
572 Write(W_POINTS, ship, a, 0, 0, 0); in send_points()
578 Write(W_QUAL, ship, a, 0, 0, 0); in send_qual()
584 Write(W_UNGRAP, ship, a, b, 0, 0); in send_ungrap()
590 Write(W_RIGG, ship, a, b, c, d); in send_rigg()
596 Write(W_COL, ship, a, 0, 0, 0); in send_col()
602 Write(W_DIR, ship, a, 0, 0, 0); in send_dir()
608 Write(W_ROW, ship, a, 0, 0, 0); in send_row()
620 Write(W_SINK, ship, a, 0, 0, 0); in send_sink()
626 Write(W_STRUCK, ship, a, 0, 0, 0); in send_struck()
632 Write(W_TA, ship, a, 0, 0, 0); in send_ta()
638 Write(W_ALIVE, NULL, 0, 0, 0, 0); in send_alive()
644 Write(W_TURN, NULL, a, 0, 0, 0); in send_turn()
650 Write(W_WIND, NULL, a, b, 0, 0); in send_wind()
656 Write(W_FS, ship, a, 0, 0, 0); in send_fs()
662 Write(W_GRAP, ship, a, 0, 0, 0); in send_grap()
668 Write(W_RIG1, ship, a, 0, 0, 0); in send_rig1()
674 Write(W_RIG2, ship, a, 0, 0, 0); in send_rig2()
680 Write(W_RIG3, ship, a, 0, 0, 0); in send_rig3()
686 Write(W_RIG4, ship, a, 0, 0, 0); in send_rig4()
692 Write(W_BEGIN, ship, 0, 0, 0, 0); in send_begin()
698 Write(W_END, ship, 0, 0, 0, 0); in send_end()
704 Write(W_DDEAD, NULL, 0, 0, 0, 0); in send_ddead()