File:  [Research Unix] / researchv10no / cmd / hdr / data.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

typedef struct cfrag	cfrag;
typedef struct choice	choice;
typedef struct cnode	cnode;
typedef struct decl	decl;
typedef struct ident	ident;
typedef struct level	level;
typedef struct object	object;
typedef struct operand	operand;
typedef struct optinfo	optinfo;
typedef struct st_node	st_node;
typedef struct tkdope	tkdope;
typedef struct token	token;
typedef struct xnode	xnode;
typedef union data	data;

union data
{
	cfrag	*k;
	cnode	*c;
	double	f;
	ident	*d;
	long	i;
	object	*obj;
	st_node	*n;
	token	*t;
	xnode	*x;
	struct
	{
		long	from;
		long	to;
	}
		r;
	struct
	{
		st_node	*no_name;
		long	no_offset;
	}
		no;
	struct
	{
		char	*str_value;
		int	str_size;
	}
		s;
};

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.