repo.or.cz
/
aNetHack.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Move generic usernames to sysconf
[aNetHack.git]
/
sys
/
share
/
dgn_comp.h
blob
8f3ecfd64410e8ba1175b83cd918732910dd658e
1
#define INTEGER 257
2
#define A_DUNGEON 258
3
#define BRANCH 259
4
#define CHBRANCH 260
5
#define LEVEL 261
6
#define RNDLEVEL 262
7
#define CHLEVEL 263
8
#define RNDCHLEVEL 264
9
#define UP_OR_DOWN 265
10
#define PROTOFILE 266
11
#define DESCRIPTION 267
12
#define DESCRIPTOR 268
13
#define LEVELDESC 269
14
#define ALIGNMENT 270
15
#define LEVALIGN 271
16
#define ENTRY 272
17
#define STAIR 273
18
#define NO_UP 274
19
#define NO_DOWN 275
20
#define PORTAL 276
21
#define STRING 277
22
typedef
union
23
{
24
int
i
;
25
char
*
str
;
26
}
YYSTYPE
;
27
extern
YYSTYPE yylval
;