1: /*
2: * Copyright (c) 1980 Regents of the University of California.
3: * All rights reserved. The Berkeley software License Agreement
4: * specifies the terms and conditions for redistribution.
5: *
6: * @(#)dbm.h 5.1 (Berkeley) 3/27/86
7: */
8:
9: #ifndef NULL
10: /*
11: * this is lunacy, we no longer use it (and never should have
12: * unconditionally defined it), but, this whole file is for
13: * backwards compatability - someone may rely on this.
14: */
15: #define NULL ((char *) 0)
16: #endif
17:
18: #include <ndbm.h>
19:
20: datum fetch();
21: datum firstkey();
22: datum nextkey();
23: #if 0
24: datum makdatum();
25: datum firsthash();
26: long calchash();
27: long hashinc();
28: #endif
Defined macros
NULL
defined in line
15; used 95 times
- in line 9
- in /usr/src/new/nntp/rrn/bits.c line
27-28(2),
348
- in /usr/src/new/nntp/server/access.c line
81,
88,
115-121(4)
- in /usr/src/new/nntp/server/active.c line
48-52(3)
- in /usr/src/new/nntp/server/ahbs.c line
46,
93
- in /usr/src/new/nntp/server/group.c line
38,
57,
79
- in /usr/src/new/nntp/server/ihave.c line
27
- in /usr/src/new/nntp/server/list.c line
24,
33-34(2)
- in /usr/src/new/nntp/server/misc.c line
33,
47-48(2),
54-59(2),
105-115(4),
132-140(5),
146-166(7),
212-224(5),
241-243(2),
249-252(3),
283-288(3),
314-316(2),
370,
376,
428,
438-441(3),
482
- in /usr/src/new/nntp/server/netaux.c line
72
- in /usr/src/new/nntp/server/newgroups.c line
22,
37,
85-88(3),
98
- in /usr/src/new/nntp/server/newnews.c line
106,
134-137(2),
163,
262,
417-422(2),
429,
483,
514
- in /usr/src/new/nntp/server/nextlast.c line
70
- in /usr/src/new/nntp/server/scandir.c line
36-40(2)
- in /usr/src/new/nntp/server/serve.c line
113,
128-133(3),
150-157(3)
- in /usr/src/new/rn/bits.c line
27-28(2),
348
Usage of this include