xref: /original-bsd/usr.bin/yacc/test/ftp.tab.h (revision 3930b7a1)
1*3930b7a1Sbostic #define A 257
2*3930b7a1Sbostic #define B 258
3*3930b7a1Sbostic #define C 259
4*3930b7a1Sbostic #define E 260
5*3930b7a1Sbostic #define F 261
6*3930b7a1Sbostic #define I 262
7*3930b7a1Sbostic #define L 263
8*3930b7a1Sbostic #define N 264
9*3930b7a1Sbostic #define P 265
10*3930b7a1Sbostic #define R 266
11*3930b7a1Sbostic #define S 267
12*3930b7a1Sbostic #define T 268
13*3930b7a1Sbostic #define SP 269
14*3930b7a1Sbostic #define CRLF 270
15*3930b7a1Sbostic #define COMMA 271
16*3930b7a1Sbostic #define STRING 272
17*3930b7a1Sbostic #define NUMBER 273
18*3930b7a1Sbostic #define USER 274
19*3930b7a1Sbostic #define PASS 275
20*3930b7a1Sbostic #define ACCT 276
21*3930b7a1Sbostic #define REIN 277
22*3930b7a1Sbostic #define QUIT 278
23*3930b7a1Sbostic #define PORT 279
24*3930b7a1Sbostic #define PASV 280
25*3930b7a1Sbostic #define TYPE 281
26*3930b7a1Sbostic #define STRU 282
27*3930b7a1Sbostic #define MODE 283
28*3930b7a1Sbostic #define RETR 284
29*3930b7a1Sbostic #define STOR 285
30*3930b7a1Sbostic #define APPE 286
31*3930b7a1Sbostic #define MLFL 287
32*3930b7a1Sbostic #define MAIL 288
33*3930b7a1Sbostic #define MSND 289
34*3930b7a1Sbostic #define MSOM 290
35*3930b7a1Sbostic #define MSAM 291
36*3930b7a1Sbostic #define MRSQ 292
37*3930b7a1Sbostic #define MRCP 293
38*3930b7a1Sbostic #define ALLO 294
39*3930b7a1Sbostic #define REST 295
40*3930b7a1Sbostic #define RNFR 296
41*3930b7a1Sbostic #define RNTO 297
42*3930b7a1Sbostic #define ABOR 298
43*3930b7a1Sbostic #define DELE 299
44*3930b7a1Sbostic #define CWD 300
45*3930b7a1Sbostic #define LIST 301
46*3930b7a1Sbostic #define NLST 302
47*3930b7a1Sbostic #define SITE 303
48*3930b7a1Sbostic #define STAT 304
49*3930b7a1Sbostic #define HELP 305
50*3930b7a1Sbostic #define NOOP 306
51*3930b7a1Sbostic #define MKD 307
52*3930b7a1Sbostic #define RMD 308
53*3930b7a1Sbostic #define PWD 309
54*3930b7a1Sbostic #define CDUP 310
55*3930b7a1Sbostic #define STOU 311
56*3930b7a1Sbostic #define SMNT 312
57*3930b7a1Sbostic #define SYST 313
58*3930b7a1Sbostic #define SIZE 314
59*3930b7a1Sbostic #define MDTM 315
60*3930b7a1Sbostic #define UMASK 316
61*3930b7a1Sbostic #define IDLE 317
62*3930b7a1Sbostic #define CHMOD 318
63*3930b7a1Sbostic #define LEXERR 319
64