cs_getent.h 505 B

12345678910111213
  1. /* $Id$ */
  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 entity_p getentity(); /* (line_p lnp, *l_out)
  7. * Extract the entity lnp refers and enter it
  8. * in the table of entities. The main entity
  9. * lnp refers to is returned; sometimes there
  10. * is more than one entity. The first line that
  11. * was involved in pushing it is returned
  12. * through l_out.
  13. */