Home
last modified time | relevance | path

Searched refs:LOCSIZ (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/games/adventure/
Dhdr.h106 #define LOCSIZ 141 /* number of locations */ macro
107 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];
Dmain.c72 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];
Dinit.c84 for (i = 1; i < LOCSIZ; i++) in linkdata()