Lines Matching defs:File
140 struct File { struct
141 int index;
142 char captain[MAXNAMESIZE]; /* 0 */
143 short points; /* 20 */
144 unsigned char loadL; /* 22 */
145 unsigned char loadR; /* 24 */
146 unsigned char readyL; /* 26 */
147 unsigned char readyR; /* 28 */
148 struct BP OBP[NBP]; /* 30 */
149 struct BP DBP[NBP]; /* 48 */
150 char struck; /* 66 */
151 struct ship *captured; /* 68 */
152 short pcrew; /* 70 */
153 char movebuf[10]; /* 72 */
154 char drift; /* 82 */
155 short nfoul;
179 struct File *file; /* 12 */ argument