Pristine Ack-5.5
[Ack-5.5.git] / util / ego / cs / cs_entity.h
1 /* $Id: cs_entity.h,v 1.4 1994/06/24 10:22:18 ceriel Exp $ */
2 /*
3  * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
4  * See the copyright notice in the ACK home directory, in the file "Copyright".
5  */
6 extern lset     entities;       /* The pseudo-symboltable. */
7
8 extern entity_p find_entity();  /* (valnum vn)
9                                  * Tries to find an entity with value number vn.
10                                  */
11
12 extern entity_p en_enter();     /* (entity_p enp)
13                                  * Enter the entity in enp in the set of
14                                  * entities if it was not already there.
15                                  */
16
17 extern          clr_entities(); /* ()
18                                  * Release all space occupied by our
19                                  * pseudo-symboltable.
20                                  */