Searched refs:ohash_info (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/contrib/mdocml/ |
| HD | 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 **);
|
| HD | mandoc_ohash.c | 35 struct ohash_info info; in mandoc_ohash_init()
|
| HD | compat_ohash.c | 47 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) in ohash_create_entry() 188 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init()
|
| /dragonfly/usr.bin/m4/lib/ |
| HD | ohash.h | 29 struct ohash_info { struct 41 struct ohash_info info; argument 54 void ohash_init(struct ohash *, unsigned, struct ohash_info *); 68 void *ohash_create_entry(struct ohash_info *, const char *, const char **);
|
| HD | ohash_create_entry.c | 28 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) in ohash_create_entry()
|
| HD | ohash_init.c | 25 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init()
|
| /dragonfly/usr.bin/m4/ |
| HD | look.c | 60 static struct ohash_info macro_info = {
|