Home
last modified time | relevance | path

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

/dragonfly/contrib/mdocml/
HDcompat_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 **);
HDmandoc_ohash.c35 struct ohash_info info; in mandoc_ohash_init()
HDcompat_ohash.c47 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/
HDohash.h29 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 **);
HDohash_create_entry.c28 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) in ohash_create_entry()
HDohash_init.c25 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init()
/dragonfly/usr.bin/m4/
HDlook.c60 static struct ohash_info macro_info = {