repo.or.cz
/
binutils.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
2001-03-22 Philip Blundell <philb@gnu.org>
[binutils.git]
/
binutils
/
arparse.h
blob
960453720bd65dfd69b8f6ba924a45854241cca6
1
typedef
union
{
2
char
*
name
;
3
struct
list
*
list
;
4
5
}
YYSTYPE
;
6
#define NEWLINE 257
7
#define VERBOSE 258
8
#define FILENAME 259
9
#define ADDLIB 260
10
#define LIST 261
11
#define ADDMOD 262
12
#define CLEAR 263
13
#define CREATE 264
14
#define DELETE 265
15
#define DIRECTORY 266
16
#define END 267
17
#define EXTRACT 268
18
#define FULLDIR 269
19
#define HELP 270
20
#define QUIT 271
21
#define REPLACE 272
22
#define SAVE 273
23
#define OPEN 274
24
25
26
extern
YYSTYPE yylval
;