4.1cBSD/usr/src/ucb/ingres/source/conf/parser.c

Compare this file to the similar file:
Show the results in this format:

# include	<ingres.h>
# include	<aux.h>
# include	<access.h>
# include	<func.h>
# include	<sccs.h>

SCCSID(@(#)parser.c	7.1	2/5/81)



char	Qbuf[2000];
int	QbufSize = sizeof Qbuf;

extern struct fn_def	ParserFn;

DESC	Attdes;


struct desxx	Desxx[] =
{
	"attribute",	&Attdes,	&Admin.adattd,
	NULL
};

struct fn_def	*FuncVect[] =
{
	&ParserFn
};

int	NumFunc = sizeof FuncVect / sizeof FuncVect[0];