/*
* Copyright 1991 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
/* Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T */
/* All Rights Reserved */
/*
* Copyright (c) 1980 Regents of the University of California.
* All rights reserved. The Berkeley software License Agreement
* specifies the terms and conditions for redistribution.
*/
#pragma ident "%Z%%M% %I% %E% SMI"
/* tb.c: check which entries exist, also storage allocation */
# include "t..c"
#include <stdlib.h>
void
checkuse(void)
{
int i,c, k;
for(c=0; c<ncol; c++)
{
for(i=0; i<nlin; i++)
{
k = ctype(i,c);
if (k== '-' || k == '=') continue;
if ((k=='n'||k=='a'))
{
}
else
}
}
}
int
real(char *s)
{
if (s==0) return(0);
if (!point(s)) return(1);
if (*s==0) return(0);
return(1);
}
int spcount = 0;
char *
chspace(void)
{
char *pp;
if (pp == 0)
return(pp);
}
char *thisvec;
int *
alocv(int n)
{
int *tp, *q;
{
tpcount++;
{
}
if (thisvec == 0)
}
thisvec+=n;
*q=0;
return(tp);
}
void
release(void)
{
extern char *exstore;
/* give back unwanted space in some vectors */
spcount=0;
tpcount= -1;
exstore=0;
}