keep base of pushback buffer per file; this prevents pushed back
[unix-history] / usr / src / usr.bin / m4 / look.h
CommitLineData
c6574bea
KB
1/*-
2 * Copyright (c) 1991 The Regents of the University of California.
3 * All rights reserved.
4 *
5 * %sccs.include.redist.c%
6 *
7 * @(#)look.h 5.1 (Berkeley) %G%
8 */
9
10#ifdef __STDC__
11#define proto(s) s
12#else
13#define proto(s) ()
14#endif
15
16int hash proto((char *name));
17ndptr lookup proto((char *name));
18ndptr addent proto((char *name));
19void remhash proto((char *name, int all));
20
21#undef proto