home *** CD-ROM | disk | FTP | other *** search
- typedef union {
- int ival;
- char *cval;
- ARG *arg;
- CMD *cmdval;
- struct compcmd compval;
- STAB *stabval;
- FCMD *formval;
- } YYSTYPE;
- #define WORD 258
- #define APPEND 259
- #define OPEN 260
- #define SSELECT 261
- #define LOOPEX 262
- #define USING 263
- #define FORMAT 264
- #define DO 265
- #define SHIFT 266
- #define PUSH 267
- #define POP 268
- #define LVALFUN 269
- #define WHILE 270
- #define UNTIL 271
- #define IF 272
- #define UNLESS 273
- #define ELSE 274
- #define ELSIF 275
- #define CONTINUE 276
- #define SPLIT 277
- #define FLIST 278
- #define FOR 279
- #define FILOP 280
- #define FILOP2 281
- #define FILOP3 282
- #define FILOP4 283
- #define FILOP22 284
- #define FILOP25 285
- #define FUNC0 286
- #define FUNC1 287
- #define FUNC2 288
- #define FUNC2x 289
- #define FUNC3 290
- #define FUNC4 291
- #define FUNC5 292
- #define HSHFUN 293
- #define HSHFUN3 294
- #define FLIST2 295
- #define SUB 296
- #define FILETEST 297
- #define LOCAL 298
- #define DELETE 299
- #define RELOP 300
- #define EQOP 301
- #define MULOP 302
- #define ADDOP 303
- #define PACKAGE 304
- #define AMPER 305
- #define FORMLIST 306
- #define REG 307
- #define ARYLEN 308
- #define ARY 309
- #define HSH 310
- #define STAR 311
- #define SUBST 312
- #define PATTERN 313
- #define RSTRING 314
- #define TRANS 315
- #define LISTOP 316
- #define DOTDOT 317
- #define OROR 318
- #define ANDAND 319
- #define UNIOP 320
- #define LS 321
- #define RS 322
- #define MATCH 323
- #define NMATCH 324
- #define UMINUS 325
- #define POW 326
- #define INC 327
- #define DEC 328
-
-
- extern YYSTYPE yylval;
- extern YYSTYPE yylval;
-