Lines Matching defs:File
155 struct File { struct
156 int index;
157 char captain[20]; /* 0 */
158 short points; /* 20 */
159 char loadL; /* 22 */
160 char loadR; /* 24 */
161 char readyL; /* 26 */
162 char readyR; /* 28 */
163 struct BP OBP[NBP]; /* 30 */
164 struct BP DBP[NBP]; /* 48 */
165 char struck; /* 66 */
166 struct ship *captured; /* 68 */
167 short pcrew; /* 70 */
168 char movebuf[10]; /* 72 */
169 char drift; /* 82 */
170 short nfoul;
194 struct File *file; /* 12 */ argument