Searched refs:LOCSIZ (Results 1 – 3 of 3) sorted by relevance
106 #define LOCSIZ 141 /* number of locations */ macro107 extern struct text ltext[LOCSIZ]; /* long loc description */108 extern struct text stext[LOCSIZ]; /* short loc descriptions */116 extern struct travlist *travel[LOCSIZ],*tkk; /* travel is closer to keys(...)*/118 extern int atloc[LOCSIZ];125 extern int cond[LOCSIZ]; /* various condition bits */134 extern int abb[LOCSIZ];
72 struct text ltext[LOCSIZ]; /* long loc description */73 struct text stext[LOCSIZ]; /* short loc descriptions */75 struct travlist *travel[LOCSIZ],*tkk; /* travel is closer to keys(...)*/77 int atloc[LOCSIZ];84 int cond[LOCSIZ]; /* various condition bits */91 int abb[LOCSIZ];
84 for (i = 1; i < LOCSIZ; i++) in linkdata()