Home
last modified time | relevance | path

Searched refs:LOCSIZE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/games/adventure/
Dhdr.h103 #define LOCSIZE 141 /* number of locations */ macro
104 extern struct text ltext[LOCSIZE]; /* long loc description */
105 extern struct text stext[LOCSIZE]; /* short loc descriptions */
112 } *travel[LOCSIZE], *tkk; /* travel is closer to keys(...) */
114 extern int atloc[LOCSIZE];
121 extern int cond[LOCSIZE]; /* various condition bits */
130 extern int abb[LOCSIZE];
Dinit.c86 struct text ltext[LOCSIZE]; /* long loc description */
87 struct text stext[LOCSIZE]; /* short loc descriptions */
89 struct travlist *travel[LOCSIZE], *tkk; /* travel is closer to keys(...) */
91 int atloc[LOCSIZE];
98 int cond[LOCSIZE]; /* various condition bits */
105 int abb[LOCSIZE];
160 for (i = 1; i < LOCSIZE; i++) in linkdata()