Searched refs:mem0 (Results 1 - 2 of 2) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sgs/yacc/common/
H A Ddextern.h247 extern int *mem0;
H A Dy2.c144 int *mem0; /* production storage */ variable
194 mem0 = (int *)malloc(sizeof (int) * new_memsize);
206 aryfil(mem0, new_memsize, 0);
207 mem = mem0;
208 tracemem = mem0;
345 mem = mem0;

Completed in 51 milliseconds