DataMuseum.dk

Presents historical artifacts from the history of:

Commodore CBM-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Commodore CBM-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦0c31070d9⟧ TextFile

    Length: 500 (0x1f4)
    Types: TextFile
    Notes: UNIX file
    Names: »y.tab.h«

Derivation

└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code
    └─⟦f4b8d8c84⟧ UNIX V7 Filesystem
        └─ ⟦this⟧ »cmd/find/y.tab.h« 

TextFile


#line 27 "find.y"
typedef union {
	NODE  *nodeptr;
	} YYSTYPE;
#define OR 256
#define AND 257
#define NAME 258
#define PERM 259
#define TYPE 260
#define LINKS 261
#define USER 262
#define GROUP 263
#define SIZE 264
#define INUM 265
#define ATIME 266
#define CTIME 267
#define MTIME 268
#define EXEC 269
#define OK 270
#define PRINT 271
#define NEWER 272
#define FUN 273
#define NOP 274
#ifdef YYTNAMES
extern struct yytname
{
	char	*tn_name;
	int	tn_val;
} yytnames[];
#endif
extern	YYSTYPE	yylval;