LOCSIZ
extern struct text ltext[LOCSIZ]; /* long loc description */
extern struct text stext[LOCSIZ]; /* short loc descriptions */
extern struct travlist *travel[LOCSIZ],*tkk; /* travel is closer to keys(...)*/
extern int atloc[LOCSIZ];
extern int cond[LOCSIZ]; /* various condition bits */
extern int abb[LOCSIZ];
for (i = 1; i < LOCSIZ; i++)
struct text ltext[LOCSIZ]; /* long loc description */
struct text stext[LOCSIZ]; /* short loc descriptions */
struct travlist *travel[LOCSIZ],*tkk; /* travel is closer to keys(...)*/
int atloc[LOCSIZ];
int cond[LOCSIZ]; /* various condition bits */
int abb[LOCSIZ];