Symbol: Write
games/sail/assorted.c
128
Write(portside(from, on, 0) ? W_GUNR : W_GUNL,
games/sail/assorted.c
133
Write(W_PCREW, on, pc, 0, 0, 0);
games/sail/assorted.c
135
Write(W_HULL, on, hull, 0, 0, 0);
games/sail/assorted.c
137
Write(W_CREW, on, crew[0], crew[1], crew[2], 0);
games/sail/assorted.c
139
Write(W_RIGG, on, rigg[0], rigg[1], rigg[2], rigg[3]);
games/sail/assorted.c
206
Write(W_TA, on, 0, 0, 0, 0);
games/sail/assorted.c
236
Write(W_UNGRAP, from, to->file->index, all, 0, 0);
games/sail/assorted.c
237
Write(W_UNGRAP, to, from->file->index, all, 0, 0);
games/sail/assorted.c
240
Write(W_UNFOUL, from, to->file->index, all, 0, 0);
games/sail/assorted.c
241
Write(W_UNFOUL, to, from->file->index, all, 0, 0);
games/sail/assorted.c
264
Write(W_STRUCK, ship, 1, 0, 0, 0);
games/sail/assorted.c
266
Write(W_POINTS, from, points, 0, 0, 0);
games/sail/assorted.c
272
Write(W_SINK, ship, 1, 0, 0, 0);
games/sail/assorted.c
276
Write(W_EXPLODE, ship, 1, 0, 0, 0);
games/sail/dr_1.c
196
Write(W_POINTS, fromcap,
games/sail/dr_1.c
207
Write(W_CAPTURED, from, to->file->index, 0, 0, 0);
games/sail/dr_1.c
211
Write(W_POINTS, to, topoints, 0, 0, 0);
games/sail/dr_1.c
435
Write(W_TURN, SHIP(0), turn, 0, 0, 0);
games/sail/dr_1.c
473
Write(W_WIND, SHIP(0), winddir, windspeed, 0, 0);
games/sail/dr_2.c
116
Write(W_POINTS, sp->file->captured, sp->file->captured->file->points - 2 * sp->specs->pts, 0, 0, 0);
games/sail/dr_2.c
117
Write(W_CAPTURED, sp, -1, 0, 0, 0);
games/sail/dr_2.c
88
Write(sink == 1 ? W_SINK : W_EXPLODE, sp, 2, 0, 0, 0);
games/sail/dr_2.c
89
Write(W_DIR, sp, 0, 0, 0, 0);
games/sail/dr_3.c
137
Write(W_FOUL, sp, l, 0, 0, 0);
games/sail/dr_3.c
138
Write(W_FOUL, sq, n, 0, 0, 0);
games/sail/dr_3.c
169
Write(W_ROW, sp, sp->file->row, 0, 0, 0);
games/sail/dr_3.c
171
Write(W_COL, sp, sp->file->col, 0, 0, 0);
games/sail/dr_3.c
173
Write(W_DIR, sp, sp->file->dir, 0, 0, 0);
games/sail/dr_3.c
175
Write(W_DRIFT, sp, sp->file->drift, 0, 0, 0);
games/sail/dr_3.c
268
Write(isdefense ? W_DBP : W_OBP, from,
games/sail/dr_3.c
343
Write(W_FS, sp, full, 0, 0, 0);
games/sail/dr_4.c
59
Write(W_GRAP, from, to->file->index, 0, 0, 0);
games/sail/dr_4.c
60
Write(W_GRAP, to, from->file->index, 0, 0, 0);
games/sail/dr_5.c
51
Write(W_CREW, from, crewfrom[0], crewfrom[1], crewfrom[2], 0);
games/sail/dr_5.c
55
Write(W_PCREW, from, pcfrom, 0, 0, 0);
games/sail/extern.h
435
void Write(int, struct ship *, long, long, long, long);
games/sail/parties.c
67
Write(isdefense ? W_DBP : W_OBP, ship, n, 0, 0, 0);
games/sail/pl_1.c
108
Write(W_END, ms, 0, 0, 0, 0);
games/sail/pl_3.c
229
Write(W_GRAP, ms, sp->file->index, 0, 0, 0);
games/sail/pl_3.c
230
Write(W_GRAP, sp, player, 0, 0, 0);
games/sail/pl_4.c
52
Write(W_FS, ms, 1, 0, 0, 0);
games/sail/pl_4.c
57
Write(W_FS, ms, 0, 0, 0, 0);
games/sail/pl_5.c
125
Write(W_FS, ms, 0, 0, 0, 0);
games/sail/pl_5.c
133
Write(W_FS, ms, 0, 0, 0, 0);
games/sail/pl_5.c
222
Write(isdefense ? W_DBP : W_OBP, ms,
games/sail/pl_6.c
101
Write(W_RIG4, ms, ptr->rig4, 0, 0, 0);
games/sail/pl_6.c
105
Write(W_RIG3, ms, ptr->rig3, 0, 0, 0);
games/sail/pl_6.c
109
Write(W_RIG2, ms, ptr->rig2, 0, 0, 0);
games/sail/pl_6.c
113
Write(W_RIG1, ms, ptr->rig1, 0, 0, 0);
games/sail/pl_6.c
76
Write(W_HULL, ms, ptr->hull, 0, 0, 0);
games/sail/pl_6.c
85
Write(W_GUNL, ms, ptr->gunL,
games/sail/pl_6.c
92
Write(W_GUNR, ms, ptr->gunR,
games/sail/pl_7.c
119
Write(W_DDEAD, SHIP(0), 0, 0, 0, 0);
games/sail/pl_7.c
133
Write(W_ALIVE, SHIP(0), 0, 0, 0, 0);
games/sail/pl_7.c
135
Write(W_FS, ms, 0, 0, 0, 0);
games/sail/pl_7.c
137
Write(W_FS, ms, 2, 0, 0, 0);
games/sail/pl_main.c
167
Write(W_BEGIN, ms, 0, 0, 0, 0);
lib/libcurses/tinfo/write_entry.c
583
#define WRITE_STRING(str) (Write(str, sizeof(char), strlen(str) + 1) == strlen(str) + 1)
lib/libcurses/tinfo/write_entry.c
659
((value) % 2 != 0 && Write(&zero, sizeof(char), 1) != 1)
lib/libcurses/tinfo/write_entry.c
803
if (Write(buf, 12, 1) != 1
lib/libcurses/tinfo/write_entry.c
804
|| Write(namelist, sizeof(char), namelen) != namelen) {
lib/libcurses/tinfo/write_entry.c
815
if (Write(buf, sizeof(char), boolmax) != boolmax) {
lib/libcurses/tinfo/write_entry.c
827
if (Write(buf, numlen, nummax) != nummax) {
lib/libcurses/tinfo/write_entry.c
835
if (Write(buf, SIZEOF_SHORT, strmax) != strmax) {
lib/libcurses/tinfo/write_entry.c
889
if (Write(buf, 10, 1) != 1) {
lib/libcurses/tinfo/write_entry.c
895
&& Write(tp->Booleans + BOOLCOUNT, sizeof(char),
lib/libcurses/tinfo/write_entry.c
907
if (Write(buf, numlen, tp->ext_Numbers) != tp->ext_Numbers) {
lib/libcurses/tinfo/write_entry.c
918
if (Write(buf, SIZEOF_SHORT, strmax) != strmax) {
sys/arch/amd64/stand/efiboot/efiboot.c
837
serio->Write(serio, &sz, &buf);
sys/stand/efi/include/efiprot.h
280
EFI_FILE_WRITE Write;
sys/stand/efi/include/efiprot.h
411
EFI_DEVICE_IO Write;
sys/stand/efi/include/efiser.h
133
EFI_SERIAL_WRITE Write;