Searched refs:ohash_info (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/external/bsd/mdocml/dist/ |
| D | compat_ohash.h | 27 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 **);
|
| D | test-ohash.c | 32 struct ohash_info i; in main()
|
| D | mandoc_ohash.c | 33 struct ohash_info info; in mandoc_ohash_init()
|
| D | compat_ohash.c | 55 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/ |
| D | ohash.h | 27 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 **);
|
| D | ohash_create_entry.c | 26 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) in ohash_create_entry()
|
| D | ohash_init.c | 23 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init()
|
| /netbsd/src/usr.bin/m4/ |
| D | look.c | 62 static struct ohash_info macro_info = {
|