Home
last modified time | relevance | path

Searched refs:ohash_info (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/external/bsd/mdocml/dist/
Dcompat_ohash.h27 struct ohash_info { struct
40 struct ohash_info info; argument
52 void ohash_init(struct ohash *, unsigned, struct ohash_info *);
66 void *ohash_create_entry(struct ohash_info *, const char *, const char **);
Dtest-ohash.c32 struct ohash_info i; in main()
Dmandoc_ohash.c33 struct ohash_info info; in mandoc_ohash_init()
Dcompat_ohash.c55 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) in ohash_create_entry()
196 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init()
/netbsd/src/usr.bin/m4/lib/
Dohash.h27 struct ohash_info { struct
39 struct ohash_info info; argument
52 void ohash_init(struct ohash *, unsigned, struct ohash_info *);
66 void *ohash_create_entry(struct ohash_info *, const char *, const char **);
Dohash_create_entry.c26 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) in ohash_create_entry()
Dohash_init.c23 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init()
/netbsd/src/usr.bin/m4/
Dlook.c62 static struct ohash_info macro_info = {