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

⟦61051a326⟧ TextFile

    Length: 594 (0x252)
    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/rsh/y.tab.h« 
        └─ ⟦this⟧ »cmd/sh/y.tab.h« 

TextFile


#line 16 "sh.y"
typedef union {
	NODE	*yu_node;
	char	*yu_strp;
	int	yu_nval;
} YYSTYPE;
#define _NULL 256
#define _DSEMI 257
#define _ANDF 258
#define _ORF 259
#define _NAME 260
#define _IORS 261
#define _ASGN 262
#define _CASE 263
#define _DO 264
#define _DONE 265
#define _ELIF 266
#define _ELSE 267
#define _ESAC 268
#define _FI 269
#define _FOR 270
#define _IF 271
#define _IN 272
#define _THEN 273
#define _UNTIL 274
#define _WHILE 275
#define _OBRAC 276
#define _CBRAC 277
#ifdef YYTNAMES
extern struct yytname
{
	char	*tn_name;
	int	tn_val;
} yytnames[];
#endif
extern	YYSTYPE	yylval;