|
DataMuseum.dkPresents historical artifacts from the history of: Commodore CBM-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Commodore CBM-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 594 (0x252) Types: TextFile Notes: UNIX file Names: »y.tab.h«
└─⟦f27320a65⟧ Bits:30001972 Commodore 900 hard disk image with partial source code └─⟦f4b8d8c84⟧ UNIX Filesystem └─⟦this⟧ »cmd/rsh/y.tab.h« └─⟦this⟧ »cmd/sh/y.tab.h«
#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;