Plan 9 from Bell Labs’s /usr/web/sources/contrib/cnielsen/cuetools/toc_parse.h

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


#ifndef YYERRCODE
#define YYERRCODE 256
#endif

#define NUMBER 257
#define STRING 258
#define CATALOG 259
#define CD_DA 260
#define CD_ROM 261
#define CD_ROM_XA 262
#define TRACK 263
#define AUDIO 264
#define MODE1 265
#define MODE1_RAW 266
#define MODE2 267
#define MODE2_FORM1 268
#define MODE2_FORM2 269
#define MODE2_FORM_MIX 270
#define MODE2_RAW 271
#define RW 272
#define RW_RAW 273
#define NO 274
#define COPY 275
#define PRE_EMPHASIS 276
#define TWO_CHANNEL_AUDIO 277
#define FOUR_CHANNEL_AUDIO 278
#define ISRC 279
#define SILENCE 280
#define ZERO 281
#define AUDIOFILE 282
#define DATAFILE 283
#define FIFO 284
#define START 285
#define PREGAP 286
#define INDEX 287
#define CD_TEXT 288
#define LANGUAGE_MAP 289
#define LANGUAGE 290
#define TITLE 291
#define PERFORMER 292
#define SONGWRITER 293
#define COMPOSER 294
#define ARRANGER 295
#define MESSAGE 296
#define DISC_ID 297
#define GENRE 298
#define TOC_INFO1 299
#define TOC_INFO2 300
#define UPC_EAN 301
#define SIZE_INFO 302
typedef union {
	long ival;
	char *sval;
} YYSTYPE;
extern YYSTYPE toc_yylval;

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.