File:  [Power 6/32 Unix Tahoe 4.2BSD] / cci / usr / src / usr.bin / cdb / transBsd / tes42.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Sun Jul 28 12:25:33 2019 UTC (7 years ago) by root
Branches: bsd, MAIN
CVS tags: v121, HEAD
Power 6/32 Unix version 1.21

/* $Header: /var/lib/cvsd/repos/cci/cci/usr/src/usr.bin/cdb/transBsd/tes42.h,v 1.1.1.1 2019/07/28 12:25:33 root Exp $ */
/* (C) Copyright 1985 Third Eye Software, Inc. - All Rights Reserved */

#define bucketMax	512		/* max number of hash buckets */
#define hashMod		bucketMax	/* number to mod by in hash */
#define tesF42Low	13		/* value above base types */

#define export				/* not implemented here */
#define local
#define void int

#define true		1
#define false		0
#define cbSBHR sizeof (SBHR)		/* size of hash record */
#define ADRT		long		/* not defined here otherwise */
#define isdigit(ch)	(ch >= '0' && ch <= '9')
#define FBitfield(size) (size < 32 && size != 8 && size != 16)
#define int42		1		/* type number for a 42bsd int */
#define ZeroBlock	bzero		/* sytem does it faster */

#include <a.out.h>
#include <stdio.h>

typedef struct nlist NLISTR, *pNLISTR;
#define cbNLISTR sizeof(NLISTR)
#define nlistNil ((pNLISTR)0)

#include "sym.h"

typedef struct SBHS {
	char	*sb;
	int	iss;
	struct SBHS	*psbh;
} SBHR, *pSBHR;

SBHR		vpsbhBucket [bucketMax];

#include "ext.h"


unix.superglobalmegacorp.com

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